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
iommu/amd: Check PM_LEVEL_SIZE() condition in locked section

The increase_address_space() function has to check the PM_LEVEL_SIZE()
condition again under the domain->lock to avoid a false trigger of the
WARN_ON_ONCE() and to avoid that the address space is increase more
often than necessary.

Reported-by: Qian Cai <cai@lca.pw>
Fixes: 754265bcab78 ("iommu/amd: Fix race in increase_address_space()")
Reviewed-by: Jerry Snitselaar <jsnitsel@redhat.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 file changed