Hi Linus, The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354: Linux 6.12-rc3 (2024-10-13 14:33:32 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git tags/iommu-fixes-v6.12-rc3 for you to fetch changes up to 6e02a277f1db24fa039e23783c8921c7b0e5b1b3: iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices (2024-10-15 10:17:54 +0200) ---------------------------------------------------------------- IOMMU Fixes for Linux v6.12-rc3 Including: - ARM-SMMU fixes from Will Deacon: - Clarify warning message when failing to disable the MMU-500 prefetcher - Fix undefined behaviour in calculation of L1 stream-table index when 32-bit StreamIDs are implemented - Replace a rogue comma with a semicolon - Intel VT-d fix from Lu Baolu: - Fix incorrect pci_for_each_dma_alias() for non-PCI devices ---------------------------------------------------------------- Chen Ni (1): iommu/arm-smmu-v3: Convert comma to semicolon Daniel Mentz (1): iommu/arm-smmu-v3: Fix last_sid_idx calculation for sid_bits==32 Joerg Roedel (1): Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into fixes Lu Baolu (1): iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices Robin Murphy (1): iommu/arm-smmu: Clarify MMU-500 CPRE workaround drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 4 ++-- drivers/iommu/arm/arm-smmu/arm-smmu-impl.c | 4 ++-- drivers/iommu/intel/iommu.c | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) Please pull. Thanks, Joerg