[PATCH rc v4 3/5] iommu/arm-smmu-v3: Skip EVTQ/PRIQ setup in kdump kernel
Tian, Kevin
kevin.tian at intel.com
Fri May 8 00:41:20 PDT 2026
> From: Nicolin Chen <nicolinc at nvidia.com>
> Sent: Wednesday, April 29, 2026 3:21 PM
>
> In kdump cases, the crashed kernel's CDs and page tables can be corrupted,
> which could trigger event spamming. Also, we cannot serve page requests.
>
> Skip the EVTQ/PRIQ setup entirely rather than enabling then disabling them.
this is a refactoring to achieve the same goal as before...
>
> Skip the IRQ setup and guard their thread functions as well.
... while this sounds a new enforcement (then better in a separate patch?)
>
> Also add some inline comments explaining that.
>
> Fixes: b63b3439b856 ("iommu/arm-smmu-v3: Abort all transactions if SMMU
> is enabled in kdump kernel")
> Cc: stable at vger.kernel.org # v6.12+
> Suggested-by: Kevin Tian <kevin.tian at intel.com>
> Signed-off-by: Nicolin Chen <nicolinc at nvidia.com>
Overall it looks good:
Reviewed-by: Kevin Tian <kevin.tian at intel.com>
More information about the linux-arm-kernel
mailing list