All of lore.kernel.org
 help / color / mirror / Atom feed
From: Will Deacon <will@kernel.org>
To: joro@8bytes.org
Cc: iommu@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, robin.murphy@arm.com,
	kernel-team@android.com
Subject: [GIT PULL] iommu/arm-smmu: Fixes for 6.9-rc
Date: Wed, 27 Mar 2024 18:13:11 +0000	[thread overview]
Message-ID: <20240327181310.GA11801@willie-the-truck> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will@kernel.org>
To: joro@8bytes.org
Cc: iommu@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, robin.murphy@arm.com,
	kernel-team@android.com
Subject: [GIT PULL] iommu/arm-smmu: Fixes for 6.9-rc
Date: Wed, 27 Mar 2024 18:13:11 +0000	[thread overview]
Message-ID: <20240327181310.GA11801@willie-the-truck> (raw)

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2024-03-27 18:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-27 18:13 Will Deacon [this message]
2024-03-27 18:13 ` [GIT PULL] iommu/arm-smmu: Fixes for 6.9-rc Will Deacon
2024-03-28  5:37 ` Joerg Roedel
2024-03-28  5:37   ` Joerg Roedel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240327181310.GA11801@willie-the-truck \
    --to=will@kernel.org \
    --cc=iommu@lists.linux.dev \
    --cc=joro@8bytes.org \
    --cc=kernel-team@android.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robin.murphy@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.