Hi Linus, The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4: Linux 6.13-rc2 (2024-12-08 14:03:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git tags/iommu-fixes-v6.13-rc2 for you to fetch changes up to dda2b8c3c6ccc50deae65cc75f246577348e2ec5: iommu/vt-d: Avoid draining PRQ in sva mm release path (2024-12-13 15:54:27 +0100) ---------------------------------------------------------------- IOMMU Fixes for Linux v6.13-rc2 Including: - Per-domain device-list locking fixes for the AMD IOMMU driver. - Fix incorrect use of smp_processor_id() in the NVidia-specific part of the ARM-SMMU-v3 driver. - Intel IOMMU driver fixes: - Remove cache tags before disabling ATS. - Avoid draining PRQ in sva mm release path. - Fix qi_batch NULL pointer with nested parent domain. ---------------------------------------------------------------- Jason Gunthorpe (2): iommu/amd: Put list_add/del(dev_data) back under the domain->lock iommu/amd: Add lockdep asserts for domain->dev_list Joerg Roedel (1): Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into fixes Lu Baolu (2): iommu/vt-d: Remove cache tags before disabling ATS iommu/vt-d: Avoid draining PRQ in sva mm release path Luis Claudio R. Goncalves (1): iommu/tegra241-cmdqv: do not use smp_processor_id in preemptible context Yi Liu (1): iommu/vt-d: Fix qi_batch NULL pointer with nested parent domain drivers/iommu/amd/iommu.c | 10 +++++++- drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c | 2 +- drivers/iommu/intel/cache.c | 34 ++++++++++++++++++++------ drivers/iommu/intel/iommu.c | 4 ++- drivers/iommu/intel/pasid.c | 3 ++- 5 files changed, 42 insertions(+), 11 deletions(-) Please pull. Thanks, Joerg