Hi Linus, The following changes since commit ba4f184e126b751d1bffad5897f263108befc780: Linux 5.9-rc6 (2020-09-20 16:33:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.9-rc7 for you to fetch changes up to 1a3f2fd7fc4e8f24510830e265de2ffb8e3300d2: iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb() (2020-10-01 14:54:17 +0200) ---------------------------------------------------------------- IOMMU Fixes for Linux v5.9-rc7 Including: - Fix a device reference counting bug in the Exynos IOMMU driver. - Lockdep fix for the Intel VT-d driver. - Fix a bug in the AMD IOMMU driver which caused corruption of the IVRS ACPI table and caused IOMMU driver initialization failures in kdump kernels. ---------------------------------------------------------------- Adrian Huang (1): iommu/amd: Fix the overwritten field in IVMD header Lu Baolu (1): iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb() Yu Kuai (1): iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate() drivers/iommu/amd/init.c | 56 ++++++++------------------------------------ drivers/iommu/exynos-iommu.c | 8 +++++-- drivers/iommu/intel/iommu.c | 4 ++-- 3 files changed, 18 insertions(+), 50 deletions(-) Please pull. Thanks, Joerg