[git pull] IOMMU Fixes for Linux v6.9-rc1
From: Joerg Roedel
Date: Thu Mar 28 2024 - 04:18:29 EST
Hi Linus,
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.9-rc1
for you to fetch changes up to c404f55c26fc23c70a9f2262f3f36a69fc46289b:
iommu: Validate the PASID in iommu_attach_device_pasid() (2024-03-28 06:38:40 +0100)
----------------------------------------------------------------
IOMMU Fixes for Linux v6.9-rc1:
Including:
- ARM SMMU fixes:
- Fix swabbing of the STE fields in the unlikely event of
running on a big-endian machine.
- Fix setting of STE.SHCFG on hardware that doesn't implement
support for attribute overrides.
- IOMMU core:
- PASID validation fix in device attach path
----------------------------------------------------------------
Jason Gunthorpe (2):
iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V
iommu: Validate the PASID in iommu_attach_device_pasid()
Joerg Roedel (1):
Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into iommu/fixes
Mostafa Saleh (1):
iommu/arm-smmu-v3: Fix access for STE.SHCFG
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 38 +++++++++++++++++++----------
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h | 2 ++
drivers/iommu/iommu.c | 11 ++++++++-
3 files changed, 37 insertions(+), 14 deletions(-)
Please pull.
Thanks,
Joerg