On Wed, Dec 04, 2024 at 04:29:21AM -0800, Yi Liu wrote: > Jason Gunthorpe (1): > iommu/arm-smmu-v3: Make the blocked domain support PASID > > Yi Liu (6): > iommu: Prevent pasid attach if no ops->remove_dev_pasid > iommu: Consolidate the ops->remove_dev_pasid usage into a helper > iommu: Detaching pasid by attaching to the blocked_domain > iommu/vt-d: Make the blocked domain support PASID > iommu/amd: Make the blocked domain support PASID > iommu: Remove the remove_dev_pasid op > > drivers/iommu/amd/iommu.c | 10 +++++- > drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 12 +++---- > drivers/iommu/intel/iommu.c | 15 ++++++--- > drivers/iommu/iommu.c | 35 +++++++++++++-------- > include/linux/iommu.h | 5 --- > 5 files changed, 48 insertions(+), 29 deletions(-) Applied, thanks.