Hi Linus, The following changes since commit d6d5df1db6e9d7f8f76d2911707f7d5877251b02: Linux 5.4-rc5 (2019-10-27 13:19:19 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.4-rc5 for you to fetch changes up to 160c63f909ffbc797c0bbe23310ac1eaf2349d2f: iommu/vt-d: Fix panic after kexec -p for kdump (2019-10-30 10:30:22 +0100) ---------------------------------------------------------------- IOMMU Fixes for Linux v5.4-rc5 Including: - Follow-on fix for Renesas IPMMU to get rid of a redundant error message. - Quirk for AMD IOMMU to make it work on another Acer Laptop model with a broken IVRS ACPI table. - Fix for a panic at kdump in the Intel IOMMU driver. ---------------------------------------------------------------- John Donnelly (1): iommu/vt-d: Fix panic after kexec -p for kdump Takashi Iwai (1): iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire A315-41 YueHaibing (1): iommu/ipmmu-vmsa: Remove dev_err() on platform_get_irq() failure drivers/iommu/amd_iommu_quirks.c | 13 +++++++++++++ drivers/iommu/intel-iommu.c | 2 +- drivers/iommu/ipmmu-vmsa.c | 4 +--- 3 files changed, 15 insertions(+), 4 deletions(-) Please pull. Thanks, Joerg