[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240726084532.GB29687@willie-the-truck>
Date: Fri, 26 Jul 2024 09:45:32 +0100
From: Will Deacon <will@...nel.org>
To: torvalds@...ux-foundation.org
Cc: joro@...tes.org, linux-kernel@...r.kernel.org, iommu@...ts.linux.dev
Subject: [GIT PULL] IOMMU fixes for -rc1
Hi Linus,
Please pull this small collection of IOMMU driver fixes for -rc1. The
summary is in the tag.
We're still resolving a regression with the handling of unexpected page
faults on SMMUv3, but we're not quite there with a fix yet.
Cheers,
Will
--->8
The following changes since commit 8b6c32e831ef4496b51a68ddc5be9bb9e8d2337d:
Merge branch 'iommu/iommufd/paging-domain-alloc' into iommu/next (2024-07-12 16:57:47 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git tags/iommu-fixes-v6.11-rc1
for you to fetch changes up to 726d4f528dbc98a84d9ce3c749dfdada3dcdd5ca:
iommu: arm-smmu: Fix Tegra workaround for PAGE_SIZE mappings (2024-07-25 13:08:44 +0100)
----------------------------------------------------------------
IOMMU Fixes for Linux v6.11-rc1
- Fix NULL dereference when freeing domain in Unisoc SPRD driver.
- Separate assignment statements with semicolons in AMD page-table code.
- Fix Tegra erratum workaround when the CPU is using 16KiB pages.
----------------------------------------------------------------
Artem Chernyshev (1):
iommu: sprd: Avoid NULL deref in sprd_iommu_hw_en
Ashish Mhetre (1):
iommu: arm-smmu: Fix Tegra workaround for PAGE_SIZE mappings
Chen Ni (1):
iommu/amd: Convert comma to semicolon
drivers/iommu/amd/io_pgtable.c | 6 +++---
drivers/iommu/arm/arm-smmu/arm-smmu-nvidia.c | 2 +-
drivers/iommu/sprd-iommu.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists