]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/vt-d: Fix clearing real DMA device's scalable-mode context entries
authorLu Baolu <baolu.lu@linux.intel.com>
Mon, 12 Jul 2021 07:17:12 +0000 (15:17 +0800)
committerJoerg Roedel <jroedel@suse.de>
Wed, 14 Jul 2021 10:58:07 +0000 (12:58 +0200)
commitb3179d6dfe4611b0c0886880bc8bf0abec9b1d0d
tree581b91dc6c8cd75f7c4c7882376a69280ae09272
parent95af4bee339083afb85bee9b2416f27df91da401
iommu/vt-d: Fix clearing real DMA device's scalable-mode context entries

The commit 0340cc6cb0b54 ("iommu/vt-d: Use pci_real_dma_dev() for mapping")
fixes an issue of "sub-device is removed where the context entry is cleared
for all aliases". But this commit didn't consider the PASID entry and PASID
table in VT-d scalable mode. This fix increases the coverage of scalable
mode.

Suggested-by: Sanjay Kumar <sanjay.k.kumar@intel.com>
Fixes: ae6511d1e3688 ("iommu/vt-d: Only clear real DMA device's context entries")
Fixes: 0340cc6cb0b54 ("iommu/vt-d: Use pci_real_dma_dev() for mapping")
Cc: stable@vger.kernel.org # v5.6+
Cc: Jon Derrick <jonathan.derrick@intel.com>
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20210712071712.3416949-1-baolu.lu@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel/iommu.c