Hi Linus, The following changes since commit 97da3854c526d3a6ee05c849c96e48d21527606c: Linux 4.11-rc3 (2017-03-19 19:09:39 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v4.11-rc3 for you to fetch changes up to 11cd3386a1987a0515d7ce11ee87b242e5015dfe: Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into iommu/fixes (2017-03-22 23:59:56 +0100) ---------------------------------------------------------------- IOMMU Fixes for Linux v4.11-rc3 A few fixes piled up: * Fix a NULL-ptr dereference that happens in VT-d on some platforms * A fix for ARM MSI region reporting, so that a sane interface makes it to a released kernel * Fixes for leaf-checking in ARM io-page-table code * Two fixes for IO/TLB flushing code on ARM Exynos platforms ---------------------------------------------------------------- Joerg Roedel (1): Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/.../will/linux into iommu/fixes Koos Vriezen (1): iommu/vt-d: Fix NULL pointer dereference in device_to_iommu Marek Szyprowski (2): iommu/exynos: Block SYSMMU while invalidating FLPD cache iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5 Oleksandr Tyshchenko (2): iommu/io-pgtable-arm: Check for leaf entry before dereferencing it iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it Robin Murphy (1): iommu: Disambiguate MSI region types drivers/iommu/amd_iommu.c | 2 +- drivers/iommu/arm-smmu-v3.c | 2 +- drivers/iommu/arm-smmu.c | 2 +- drivers/iommu/exynos-iommu.c | 8 +++++++- drivers/iommu/intel-iommu.c | 4 ++-- drivers/iommu/io-pgtable-arm-v7s.c | 6 +++++- drivers/iommu/io-pgtable-arm.c | 6 +++++- drivers/iommu/iommu.c | 5 +++-- drivers/vfio/vfio_iommu_type1.c | 7 +++---- include/linux/iommu.h | 18 +++++++++++++----- 10 files changed, 41 insertions(+), 19 deletions(-) Please pull. Thanks, Joerg