lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed,  6 Mar 2019 14:11:13 -0800
From:   sathyanarayanan.kuppuswamy@...ux.intel.com
To:     bhelgaas@...gle.com, corbet@....net
Cc:     linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-pci@...r.kernel.org,
        Kuppuswamy Sathyanarayanan 
        <sathyanarayanan.kuppuswamy@...ux.intel.com>
Subject: [PATCH v1 0/5] Fix PF/VF dependency issues

From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@...ux.intel.com>

Current implementation of ATS, PASID, PRI does not handle the PF/VF dependencies
as defined in PCIe spec r4.0. Following patches addresses this issue.

Kuppuswamy Sathyanarayanan (5):
  PCI/IOV: Add support to verify PF/VF spec compliance
  PCI/ATS: Fix PRI PF/VF dependency issues
  PCI/ATS: Fix PASID PF/VF dependency issues
  PCI/ATS: For PF/VF skip ATS initalization if spec check failed
  PCI/ATS: Fix ATS PF/VF dependency issues

 .../admin-guide/kernel-parameters.txt         |   2 +
 drivers/pci/ats.c                             | 129 ++++-
 drivers/pci/iov.c                             | 468 ++++++++++++++++++
 drivers/pci/pci.c                             |   2 +
 drivers/pci/pci.h                             |   6 +
 include/linux/pci.h                           |  33 +-
 include/uapi/linux/pci_regs.h                 |  15 +-
 7 files changed, 639 insertions(+), 16 deletions(-)

-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ