Hi Linus, The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8: Linux 5.7-rc5 (2020-05-10 15:16:58 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.7-rc6 for you to fetch changes up to bd421264ed307dd296eab036851221b225071a32: iommu: Fix deferred domain attachment (2020-05-19 15:05:43 +0200) ---------------------------------------------------------------- IOMMU Fixes for Linux v5.7-rc6 All related to the AMD IOMMU driver, including: - ACPI table parser fix to correctly read the UID of ACPI devices. - ACPI UID device matching fix. - Fix deferred device attachment to a domain in kdump kernels when the IOMMU driver uses the dma-iommu DMA-API implementation. ---------------------------------------------------------------- Alexander Monakov (1): iommu/amd: Fix over-read of ACPI UID from IVRS table Joerg Roedel (1): iommu: Fix deferred domain attachment Raul E Rangel (1): iommu/amd: Fix get_acpihid_device_id() drivers/iommu/amd_iommu.c | 3 ++- drivers/iommu/amd_iommu_init.c | 9 +++++---- drivers/iommu/iommu.c | 17 +++++++++++------ 3 files changed, 18 insertions(+), 11 deletions(-) Please pull. Thanks, Joerg