Re: [PATCH 0/5] [PULL REQUEST] Intel IOMMU updates for v6.16

From: Joerg Roedel
Date: Fri May 16 2025 - 02:50:32 EST


On Tue, May 13, 2025 at 11:07:34AM +0800, Lu Baolu wrote:
> Jason Gunthorpe (1):
> iommu/vt-d: Restore WO permissions on second-level paging entries
>
> Lu Baolu (2):
> iommu/vt-d: Use ida to manage domain id
> iommu/vt-d: Replace spin_lock with mutex to protect domain ida
>
> Wei Wang (2):
> iommu/vt-d: Eliminate pci_physfn() in dmar_find_matched_satc_unit()
> iommu/vt-d: Change dmar_ats_supported() to return boolean
>
> drivers/iommu/intel/dmar.c | 4 ++
> drivers/iommu/intel/iommu.c | 113 ++++++++++--------------------------
> drivers/iommu/intel/iommu.h | 21 +++++--
> 3 files changed, 51 insertions(+), 87 deletions(-)

Applied all, thanks Baolu.