Hi Linus, The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce: Linux 5.4-rc2 (2019-10-06 14:27:30 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.4-rc3 for you to fetch changes up to 46ac18c347b00be29b265c28209b0f3c38a1f142: iommu/amd: Check PM_LEVEL_SIZE() condition in locked section (2019-10-18 16:52:37 +0200) ---------------------------------------------------------------- IOMMU Fixes for Linux v5.4-rc3: Including: - Fixes for page-table issues on Mali GPUs - Missing free in an error path for ARM-SMMU - PASID decoding in the AMD IOMMU Event log code - Another update for the locking fixes in the AMD IOMMU driver - Reduce the calls to platform_get_irq() in the IPMMU-VMSA and Rockchip IOMMUs to get rid of the warning message added to this function recently ---------------------------------------------------------------- Geert Uytterhoeven (1): iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt is mandatory Heiko Stuebner (1): iommu/rockchip: Don't use platform_get_irq to implicitly count irqs Joerg Roedel (2): Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/.../will/linux into iommu/fixes iommu/amd: Check PM_LEVEL_SIZE() condition in locked section Liu Xiang (1): iommu/arm-smmu: Free context bitmap in the err path of arm_smmu_init_domain_context Robin Murphy (2): iommu/io-pgtable-arm: Correct Mali attributes iommu/io-pgtable-arm: Support all Mali configurations Suthikulpanit, Suravee (1): iommu/amd: Fix incorrect PASID decoding from event log drivers/iommu/amd_iommu.c | 12 +++++---- drivers/iommu/amd_iommu_types.h | 4 +-- drivers/iommu/arm-smmu.c | 1 + drivers/iommu/io-pgtable-arm.c | 58 ++++++++++++++++++++++++++++++++--------- drivers/iommu/ipmmu-vmsa.c | 3 +-- drivers/iommu/rockchip-iommu.c | 19 ++++++++++---- 6 files changed, 70 insertions(+), 27 deletions(-) Please pull. Thanks, Joerg