Skip to content
Commit 44e4f1ba authored by Rajat Jain's avatar Rajat Jain Committed by Paul Gortmaker
Browse files

iommu/vt-d: Don't apply gfx quirks to untrusted devices

commit 67e8a5b1

 upstream.

Currently, an external malicious PCI device can masquerade the VID:PID
of faulty gfx devices, and thus apply iommu quirks to effectively
disable the IOMMU restrictions for itself.

Thus we need to ensure that the device we are applying quirks to, is
indeed an internal trusted device.

Signed-off-by: default avatarRajat Jain <rajatja@google.com>
Reviewed-by: default avatarAshok Raj <ashok.raj@intel.com>
Reviewed-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: default avatarLu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20200622231345.29722-4-baolu.lu@linux.intel.com
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
[PG: no quirk_iommu_igfx() in v5.2 - hence drop that chunk.]
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 015a1d58
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment