On Tue, Nov 14, 2023 at 09:10:34AM +0800, Lu Baolu wrote:
The latest VT-d spec indicates that when remapping hardware is disabledHow did you get to the point where flush_dev_iotlb could even be
(TES=0 in Global Status Register), upstream ATS Invalidation Completion
requests are treated as UR (Unsupported Request).
Consequently, the spec recommends in section 4.3 Handling of Device-TLB
Invalidations that software refrain from submitting any Device-TLB
invalidation requests when address remapping hardware is disabled.
Verify address remapping hardware is enabled prior to submitting Device-
TLB invalidation requests.
Fixes: 792fb43ce2c9 ("iommu/vt-d: Enable Intel IOMMU scalable mode by default")
Signed-off-by: Lu Baolu<baolu.lu@xxxxxxxxxxxxxxx>
---
drivers/iommu/intel/dmar.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
called if the iommu has somehow been globally disabled?
Shouldn't the attach of the domain compeltely fail if the HW is
disabled?
If the domain is not attached to anything why would flushing happen?