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

From: Joerg Roedel

Date: Sat Jan 10 2026 - 12:13:22 EST


Hi Linus,

The following changes since commit 9ace4753a5202b02191d54e9fdf7f9e3d02b85eb:

Linux 6.19-rc4 (2026-01-04 14:41:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6a3d5fda2ce464a80a9af9e358dfbab6a989ab5d:

iommupt: Make pt_feature() always_inline (2026-01-10 10:50:45 +0100)

----------------------------------------------------------------
IOMU Fixes for Linux v6.19-rc4

Including:

- Generic IO-Page-Table code:
- Several Kconfig-related build fixes
- Fix for when gcc 8.5 on PPC refuses to inline a function from a
header file.

----------------------------------------------------------------
Jason Gunthorpe (4):
iommupt: Fix the kunit building
iommufd/selftest: Add missing kconfig for DMA_SHARED_BUFFER
iommufd/selftest: Prevent module/builtin conflicts in kconfig
iommupt: Make pt_feature() always_inline

drivers/iommu/generic_pt/.kunitconfig | 2 +-
drivers/iommu/generic_pt/pt_defs.h | 4 ++--
drivers/iommu/iommufd/Kconfig | 3 ++-
3 files changed, 5 insertions(+), 4 deletions(-)

Please pull.

Thanks,

Joerg