[GIT PULL] iommu/arm-smmu: Fixes for 6.12-rc
From: Will Deacon
Date: Thu Oct 10 2024 - 07:42:33 EST
Hi Joerg,
Please can you pull these three Arm SMMU fixes for 6.12-rc? The summary
is in the tag but the main thing is fixing SMMUv3 for hardware with
support for 32-bit StreamIDs.
Cheers,
Will
--->8
The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:
Linux 6.12-rc2 (2024-10-06 15:32:27 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-fixes
for you to fetch changes up to 7de7d35429aa2e9667e51b88ff097be968feaf8f:
iommu/arm-smmu-v3: Convert comma to semicolon (2024-10-08 18:38:34 +0100)
----------------------------------------------------------------
Arm SMMU fixes for 6.12
- Clarify warning message when failing to disable the MMU-500 prefetcher
- Fix undefined behaviour in calculation of L1 stream-table index when
32-bit StreamIDs are implemented
- Replace a rogue comma with a semicolon
----------------------------------------------------------------
Chen Ni (1):
iommu/arm-smmu-v3: Convert comma to semicolon
Daniel Mentz (1):
iommu/arm-smmu-v3: Fix last_sid_idx calculation for sid_bits==32
Robin Murphy (1):
iommu/arm-smmu: Clarify MMU-500 CPRE workaround
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 4 ++--
drivers/iommu/arm/arm-smmu/arm-smmu-impl.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)