Re: [PATCH v4 0/3] iommu: Clean up cookie and sw_msi in struct iommu_domain
From: Jason Gunthorpe
Date: Thu Mar 20 2025 - 19:17:13 EST
On Thu, Mar 06, 2025 at 01:00:46PM -0800, Nicolin Chen wrote:
> Nicolin Chen (2):
> iommufd: Move iommufd_sw_msi and related functions to driver.c
> iommu: Drop sw_msi from iommu_domain
>
> Robin Murphy (1):
> iommu: Sort out domain user data
>
> drivers/iommu/dma-iommu.h | 14 ++
> drivers/iommu/iommu-priv.h | 13 ++
> drivers/iommu/iommufd/iommufd_private.h | 7 +-
> include/linux/iommu.h | 35 ++--
> drivers/iommu/dma-iommu.c | 208 ++++++++++++------------
> drivers/iommu/iommu-sva.c | 1 +
> drivers/iommu/iommu.c | 35 +++-
> drivers/iommu/iommufd/device.c | 131 +--------------
> drivers/iommu/iommufd/driver.c | 125 ++++++++++++++
> drivers/iommu/iommufd/hw_pagetable.c | 6 +-
> 10 files changed, 320 insertions(+), 255 deletions(-)
Applied
Thanks,
Jason