Jason Gunthorpe <j...@nvidia.com> writes: > Now that power calls iommu_device_register() and populates its groups > using iommu_ops->device_group it should not be calling > iommu_group_remove_device(). > > The core code owns the groups and all the other related iommu data, it > will clean it up automatically. > > Remove the bus notifiers and explicit calls to > iommu_group_remove_device(). > > Cc: io...@lists.linux.dev > Fixes: a940904443e4 ("powerpc/iommu: Add iommu_ops to report capabilities and > allow blocking domains") > Signed-off-by: Jason Gunthorpe <j...@nvidia.com> > --- > arch/powerpc/include/asm/iommu.h | 5 ----- > arch/powerpc/kernel/iommu.c | 17 ----------------- > arch/powerpc/platforms/powernv/pci.c | 25 ------------------------- > arch/powerpc/platforms/pseries/iommu.c | 25 ------------------------- > 4 files changed, 72 deletions(-) > > Michael, please take this on the PPC tree to -rc thanks
Will do, thanks. cheers