]> git.baikalelectronics.ru Git - kernel.git/commit
PCI/ATS: Use PF PASID for VFs
authorKuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Wed, 29 Jan 2020 19:14:00 +0000 (11:14 -0800)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 5 Feb 2020 17:58:08 +0000 (11:58 -0600)
commit034b4785a996025a6fd5a441461a71b04190a525
tree2396a39fd32329408f358366f05dfdd8c752fc61
parent2b6470ae7dfa821005f1daa1113faa76e597213e
PCI/ATS: Use PF PASID for VFs

Per PCIe r5.0, sec 9.3.7.14, if a PF implements the PASID Capability, the
PF PASID configuration is shared by its VFs, and VFs must not implement
their own PASID Capability.  But commit fe4b12ced713 ("PCI/ATS: Cache PASID
Capability offset") changed pci_max_pasids() and pci_pasid_features() to
use the PASID Capability of the VF device instead of the associated PF
device.  This leads to IOMMU bind failures when pci_max_pasids() and
pci_pasid_features() are called for VFs.

In pci_max_pasids() and pci_pasid_features(), always use the PF PASID
Capability.

Fixes: fe4b12ced713 ("PCI/ATS: Cache PASID Capability offset")
Link: https://lore.kernel.org/r/fe891f9755cb18349389609e7fed9940fc5b081a.1580325170.git.sathyanarayanan.kuppuswamy@linux.intel.com
Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: stable@vger.kernel.org # v5.5+
drivers/pci/ats.c