Hi Linus, The following changes since commit 6465e260f48790807eef06b583b38ca9789b6072: Linux 6.6-rc3 (2023-09-24 14:31:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.6-rc4 for you to fetch changes up to 59df44bfb0ca4c3ee1f1c3c5d0ee8e314844799e: iommu/vt-d: Avoid memory allocation in iommu_suspend() (2023-09-25 16:10:36 +0200) ---------------------------------------------------------------- IOMMU Fixes for Linux v6.6-rc4 Including: - Arm SMMU fixes from Will Deacon: - Fix TLB range command encoding when TTL, Num and Scale are all zero - Fix soft lockup by limiting TLB invalidation ops issued by SVA - Fix clocks description for SDM630 platform in arm-smmu DT binding - Intel VT-d fix from Lu Baolu: - Fix a suspend/hibernation problem in iommu_suspend() - Mediatek driver: Fix page table sharing for addresses over 4GiB - Apple/Dart: DMA_FQ handling fix in attach_dev() ---------------------------------------------------------------- Hector Martin (1): iommu/apple-dart: Handle DMA_FQ domains in attach_dev() Joerg Roedel (1): Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into iommu/fixes Konrad Dybcio (1): dt-bindings: arm-smmu: Fix SDM630 clocks description Nicolin Chen (1): iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range Robin Murphy (1): iommu/arm-smmu-v3: Avoid constructing invalid range commands Yong Wu (1): iommu/mediatek: Fix share pgtable for iova over 4GB Zhang Rui (1): iommu/vt-d: Avoid memory allocation in iommu_suspend() Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 +- drivers/iommu/apple-dart.c | 3 +-- drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c | 18 ++++++++++++++++-- drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 15 ++++++++++----- drivers/iommu/intel/iommu.c | 16 ---------------- drivers/iommu/intel/iommu.h | 2 +- drivers/iommu/mtk_iommu.c | 9 ++++----- 7 files changed, 33 insertions(+), 32 deletions(-) Please pull. Thanks, Joerg