Re: [PATCH v2 07/12] iommu: Remove iommu_[un]register_device_fault_handler()

From: Jason Gunthorpe
Date: Thu Aug 10 2023 - 14:59:15 EST


On Thu, Jul 27, 2023 at 01:48:32PM +0800, Lu Baolu wrote:
> The pair of interfaces are not used anywhere in the tree. Remove it to
> avoid dead code.
>
> Signed-off-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
> ---
> include/linux/iommu.h | 23 ---------
> drivers/iommu/iommu-sva.h | 4 +-
> drivers/iommu/io-pgfault.c | 6 +--
> drivers/iommu/iommu.c | 96 --------------------------------------
> 4 files changed, 4 insertions(+), 125 deletions(-)

Some of these hunks should be moved earlier, but

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Happy to see it go

Jason