Re: [PATCH rc v8 0/8] iommu: Fix pci_dev_reset_iommu_prepare/done()

From: Jörg Rödel

Date: Mon May 11 2026 - 04:14:14 EST


On Fri, Apr 24, 2026 at 06:15:19PM -0700, Nicolin Chen wrote:
> Nicolin Chen (8):
> iommu: Fix NULL group->domain dereference in
> pci_dev_reset_iommu_done()
> iommu: Fix kdocs of pci_dev_reset_iommu_done()
> iommu: Replace per-group resetting_domain with per-gdev blocked flag
> iommu: Fix pasid attach in pci_dev_reset_iommu_prepare/done()
> iommu: Fix nested pci_dev_reset_iommu_prepare/done()
> iommu: Fix ATS invalidation timeouts during
> __iommu_remove_group_pasid()
> iommu: Fix WARN_ON in __iommu_group_set_domain_nofail() due to reset
> iommu: Warn on premature unblock during DMA aliased sibling reset
>
> drivers/iommu/iommu.c | 223 ++++++++++++++++++++++++++++++++++--------
> 1 file changed, 181 insertions(+), 42 deletions(-)

Applied for -rc, thanks.