Hi Linus, The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511: Linux 6.4-rc3 (2023-05-21 14:05:48 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.4-rc4 for you to fetch changes up to b3fc95709c54ffbe80f16801e0a792a4d2b3d55e: iommu/mediatek: Flush IOTLB completely only if domain has been attached (2023-06-01 11:50:13 +0200) ---------------------------------------------------------------- IOMMU Fixes for Linux v6.4-rc4 Including: - AMD IOMMU fixes: - Fix domain type and size checks - IOTLB flush fix for invalidating ranges - Guest IRQ handling fixes and GALOG overflow fix - Rockchip IOMMU: - Error handling fix - Mediatek IOMMU: - IOTLB flushing fix - Renesas IOMMU: - Fix Kconfig dependencies to avoid build errors on RiscV ---------------------------------------------------------------- Chao Wang (1): iommu/rockchip: Fix unwind goto issue Chen-Yu Tsai (1): iommu/mediatek: Flush IOTLB completely only if domain has been attached Jason Gunthorpe (1): iommu/amd: Add missing domain type checks Jerry Snitselaar (1): iommu/amd: Fix up merge conflict resolution Joao Martins (2): iommu/amd: Don't block updates to GATag if guest mode is on iommu/amd: Handle GALog overflows Jon Pan-Doh (1): iommu/amd: Fix domain flush size when syncing iotlb Randy Dunlap (1): iommu: Make IPMMU_VMSA dependencies more strict Vasant Hegde (1): iommu/amd/pgtbl_v2: Fix domain max address drivers/iommu/Kconfig | 1 + drivers/iommu/amd/amd_iommu.h | 4 +--- drivers/iommu/amd/init.c | 24 ++++++++++++++++++++++++ drivers/iommu/amd/iommu.c | 31 +++++++++++++++++++++++++------ drivers/iommu/mtk_iommu.c | 3 ++- drivers/iommu/rockchip-iommu.c | 14 ++++++++------ 6 files changed, 61 insertions(+), 16 deletions(-) Please pull. Thanks, Joerg