mbox series

[GIT,PULL] iommu/arm-smmu: Fixes for 6.9-rc

Message ID 20240327181310.GA11801@willie-the-truck (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] iommu/arm-smmu: Fixes for 6.9-rc | expand

Pull-request

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

Message

Will Deacon March 27, 2024, 6:13 p.m. UTC
Hi Joerg,

Please can you pull these two Arm SMMUv3 fixes for an upcoming 6.9 -rc?
One of them fixes a regression on big-endian machines that was
introduced during the recent merge window, whereas the other fixes a
longer standing bug for hardware that doesn't implement attribute
overrides.

Summary in the tag.

Cheers,

Will

--->8

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/will/linux.git tags/arm-smmu-fixes

for you to fetch changes up to ec9098d6bffea6e82d63640134c123a3d96e0781:

  iommu/arm-smmu-v3: Fix access for STE.SHCFG (2024-03-26 10:47:39 +0000)

----------------------------------------------------------------
Arm SMMU fixes for 6.9

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

----------------------------------------------------------------
Jason Gunthorpe (1):
      iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V

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 ++
 2 files changed, 27 insertions(+), 13 deletions(-)

Comments

Joerg Roedel March 28, 2024, 5:37 a.m. UTC | #1
On Wed, Mar 27, 2024 at 06:13:11PM +0000, Will Deacon wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-fixes

Pulled. Thanks Will.