]> git.itanic.dy.fi Git - linux-stable/commit
iommu/vt-d: Remove real DMA lookup in find_domain
authorJon Derrick <jonathan.derrick@intel.com>
Wed, 27 May 2020 16:56:17 +0000 (10:56 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:49:26 +0000 (17:49 +0200)
commit94621ff43f69c71876bc0a4bade550ea996d6cb2
treed91b5a4c4de4602c7c5476f8d8a258cc55f89588
parentebd56ab72b531b696061c057f4d63b9ddd8375da
iommu/vt-d: Remove real DMA lookup in find_domain

commit bba9cc2cf82840bd3c9b3f4f7edac2dc8329c241 upstream.

By removing the real DMA indirection in find_domain(), we can allow
sub-devices of a real DMA device to have their own valid
device_domain_info. The dmar lookup and context entry removal paths have
been fixed to account for sub-devices.

Fixes: 2b0140c69637 ("iommu/vt-d: Use pci_real_dma_dev() for mapping")
Signed-off-by: Jon Derrick <jonathan.derrick@intel.com>
Acked-by: Lu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20200527165617.297470-4-jonathan.derrick@intel.com
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=207575
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Sushma Kalakota <sushmax.kalakota@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iommu/intel-iommu.c