2024-02-23 11:55:30

by Will Deacon

[permalink] [raw]
Subject: [GIT PULL] iommu/arm-smmu: Fixes for 6.8-rc

Hi Joerg,

Please can you pull these two Arm SMMU fixes for 6.8-rc? I appreciate
it's getting late in the cycle, but it took us a little while to fix the
SVA allocation problem properly. The summary is in the tag.

I'll send you my 6.9 queue next week and it will be based on these
fixes.

Cheers,

Will

--->8

The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

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 b5bf7778b722105d7a04b1d51e884497b542638b:

iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlock (2024-02-22 12:34:11 +0000)

----------------------------------------------------------------
Arm SMMU fixes for 6.8

- Fix CD allocation from atomic context when using SVA with SMMUv3

- Revert the conversion of SMMUv2 to domain_alloc_paging(), as it
breaks the boot for Qualcomm MSM8996 devices

----------------------------------------------------------------
Dmitry Baryshkov (1):
Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"

Jason Gunthorpe (1):
iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlock

drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c | 38 ++++++++-----------------
drivers/iommu/arm/arm-smmu/arm-smmu.c | 17 ++++-------
2 files changed, 18 insertions(+), 37 deletions(-)


2024-02-23 15:45:28

by Joerg Roedel

[permalink] [raw]
Subject: Re: [GIT PULL] iommu/arm-smmu: Fixes for 6.8-rc

On Fri, Feb 23, 2024 at 11:50:43AM +0000, Will Deacon wrote:
> git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-fixes

Pulled, thanks Will.