Hi Linus, The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64: Linux v4.17-rc3 (2018-04-29 14:17:42 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v4.17-rc4 for you to fetch changes up to 40fa84e10134ef5c892b628e02382349b5db3e0c: iommu: rockchip: fix building without CONFIG_OF (2018-05-03 16:36:07 +0200) ---------------------------------------------------------------- IOMMU Fixes for Linux v4.17-rc4 Fixes come with: * Fix for compile warning in AMD IOMMU driver with irq remapping disabled * Fix for VT-d interrupt remapping and invalidation size (caused a BUG_ON when trying to invalidate more than 4GB) * Build fix and a regression fix for broken graphics with old DTS for the rockchip iommu driver * A revert in PCI window reservation code which fixes a regression with VFIO. ---------------------------------------------------------------- Arnd Bergmann (2): iommu/amd: Hide unused iommu_table_lock iommu: rockchip: fix building without CONFIG_OF Changbin Du (1): iommu/vt-d: fix shift-out-of-bounds in bug checking Heiko Stuebner (1): iommu/rockchip: Make clock handling optional Jagannathan Raman (1): iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte() Joerg Roedel (1): iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb() Shameer Kolothum (1): iommu/dma: Move PCI window region reservation back into dma specific path. drivers/iommu/amd_iommu.c | 2 +- drivers/iommu/dma-iommu.c | 54 +++++++++++++++++-------------------- drivers/iommu/dmar.c | 2 +- drivers/iommu/intel_irq_remapping.c | 2 +- drivers/iommu/rockchip-iommu.c | 11 ++++++-- 5 files changed, 37 insertions(+), 34 deletions(-) Please pull. Thanks, Joerg