mbox series

[GIT,PULL] iommu/arm-smmu: Fix for 6.13-rc

Message ID 20241212095025.GA18975@willie-the-truck (mailing list archive)
State New
Headers show
Series [GIT,PULL] iommu/arm-smmu: Fix for 6.13-rc | expand

Pull-request

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

Message

Will Deacon Dec. 12, 2024, 9:50 a.m. UTC
Hi Joerg,

Please can you pull this lonely Arm SMMU fix for 6.13-rc? It addresses
an incorrect use of smp_processor_id() from a preemptible section in the
NVIDIA custom cmdq code.

Cheers,

Will

--->8

The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -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 1f806218164d1bb93f3db21eaf61254b08acdf03:

  iommu/tegra241-cmdqv: do not use smp_processor_id in preemptible context (2024-12-09 23:38:30 +0000)

----------------------------------------------------------------
Arm SMMU fixes for 6.13-rc

- Use raw_smp_processor_id() when balancing traffic for NVIDIA's custom
  command queue implementation.

----------------------------------------------------------------
Luis Claudio R. Goncalves (1):
      iommu/tegra241-cmdqv: do not use smp_processor_id in preemptible context

 drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)