[GIT PULL] iommu/arm-smmu: Fixes for 5.4-rc2

From: Will Deacon
Date: Wed Oct 02 2019 - 09:13:04 EST


Hi Joerg,

Please can you pull these three arm-smmu fixes for -rc2? They fix a
missing resource free on an error path and some page-table issues with
MALI GPUs including broken cacheability attributes and malformed tree
structure with smaller virtual address ranges.

Thanks,

Will

--->8

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/fixes

for you to fetch changes up to 1be08f458d1602275b02f5357ef069957058f3fd:

iommu/io-pgtable-arm: Support all Mali configurations (2019-10-01 12:16:47 +0100)

----------------------------------------------------------------
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

drivers/iommu/arm-smmu.c | 1 +
drivers/iommu/io-pgtable-arm.c | 58 ++++++++++++++++++++++++++++++++----------
2 files changed, 46 insertions(+), 13 deletions(-)