Re: [PATCH rc v3 0/5] iommu/arm-smmu-v3: Fix device crash on kdump kernel
From: Nicolin Chen
Date: Tue Apr 28 2026 - 23:56:03 EST
On Sat, Apr 25, 2026 at 02:30:45PM -0700, Nicolin Chen wrote:
> This is on Github:
> https://github.com/nicolinc/iommufd/commits/smmuv3_kdump-v3
>
> Changelog
> v3
> * s/OPT_KDUMP/OPT_KDUMP_ADOPT
> * Do not adopt if GERROR_SFM_ERR
> * Retain CR0_ATSCHK beside CR0_SMMUEN
> * Clear latched GERROR bits (e.g. CMDQ_ERR)
> * Assert ARM_SMMU_FEAT_COHERENCY in adopt functions
> * Add STE.Cfg check in arm_smmu_is_attach_deferred()
> * Fix validations on return codes from devm_memremap()
> * Sanitize crashed kernel register values in adopt functions
> * Drop unnecessary l2ptrs guard in arm_smmu_is_attach_deferred()
> * Don't enable PRIQ/EVTQ irqs and guard the irq functions for combined
> irq cases
https://sashiko.dev/#/patchset/cover.1777150307.git.nicolinc%40nvidia.com
Sashiko pointed out a few more comments on v3. Most of them are
interesting to address.
I have made some updates to the series and will send v4 after a
final check.
Thanks
Nicolin