Re: [PATCH v1 2/2] iommu/arm-smmu-v3: Recover ATC invalidate timeouts
From: Jason Gunthorpe
Date: Fri Mar 06 2026 - 14:22:32 EST
On Fri, Mar 06, 2026 at 11:20:35AM -0800, Nicolin Chen wrote:
> In general, the maximum users count of an INV_TYPE_ATS would be 1.
> So, an unref() would be sufficient to mute it, though it'd require
> the unref() API to support a mismatched users counter, because the
> PCI reset in the WQ would block ATS, which would try to unref the
> removed command once again.
INV_TYPE_ATS_DISABLED could be made to work too..
Jason