[PATCH v1 0/2] iommu/arm-smmu-v3: Reset PCI device upon ATC invalidate timeout

From: Nicolin Chen

Date: Thu Mar 05 2026 - 00:24:12 EST


This is a small series to handle ATC invalidate timeout in the CMDQ Error
handler. When the ATC is out of sync, the device might corrupt the memory
due to the stale cache entries. The safest way is to reset the device for
a recovery that wipes out the ATC as well.

On the other hand, a reset attempt in the ATC recovery thread might fail,
which leaves the IOMMU driver no choice but to isolate the device.

pci_dev_reset_iommu_prepare() was introduced previously to fence the ATS
and ATC during a PCI reset. It's easy to use yet doesn't allow a re-entry
nor support the recovery very well.

In this series,
- loosen the re-entry and block ATS if reset fails
- add a reset routine in SMMUv3 driver

This is on Github:
https://github.com/nicolinc/iommufd/commits/smmuv3_atc_timeout

Nicolin Chen (2):
iommu: Do not call pci_dev_reset_iommu_done() unless reset succeeds
iommu/arm-smmu-v3: Recover ATC invalidate timeouts

drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h | 5 +
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 131 +++++++++++++++++++-
drivers/iommu/iommu.c | 16 ++-
drivers/pci/pci-acpi.c | 11 +-
drivers/pci/pci.c | 50 +++++++-
drivers/pci/quirks.c | 11 +-
6 files changed, 207 insertions(+), 17 deletions(-)

--
2.43.0