[git pull] IOMMU Fixes for Linux v6.14-rc4

From: Joerg Roedel
Date: Fri Feb 28 2025 - 10:58:20 EST


Hi Linus,

The following changes since commit d082ecbc71e9e0bf49883ee4afd435a77a5101b6:

Linux 6.14-rc4 (2025-02-23 12:32:57 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git tags/iommu-fixes-v6.14-rc4

for you to fetch changes up to b150654f74bf0df8e6a7936d5ec51400d9ec06d8:

iommu/vt-d: Fix suspicious RCU usage (2025-02-28 12:19:01 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v6.14-rc4:

Including:

- Intel VT-d fixes:
- Fix suspicious RCU usage splat.
- Fix passthrough for devices under PCIe-PCI bridge.

- AMD-Vi fix:
- Fix to preserve bits when updating device table entries.

----------------------------------------------------------------
Alejandro Jimenez (1):
iommu/amd: Preserve default DTE fields when updating Host Page Table Root

Jerry Snitselaar (1):
iommu/vt-d: Remove device comparison in context_setup_pass_through_cb

Lu Baolu (1):
iommu/vt-d: Fix suspicious RCU usage

drivers/iommu/amd/iommu.c | 4 ++--
drivers/iommu/intel/dmar.c | 1 +
drivers/iommu/intel/iommu.c | 10 +++++++---
3 files changed, 10 insertions(+), 5 deletions(-)

Please pull.

Thanks,

Joerg