Hi Linus, 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/joro/iommu.git tags/iommu-fixes-v6.8-rc2 for you to fetch changes up to d2d00e15808c37ec476a5c040ee2cdd23854ef18: powerpc: iommu: Bring back table group release_ownership() call (2024-02-02 09:26:20 +0100) ---------------------------------------------------------------- IOMMU Fixes for Linux v6.8-rc2 Including: - Make iommu_ops->default_domain work without CONFIG_IOMMU_DMA to fix initialization of FSL-PAMU devices - Fix for Tegra fbdev initialization failure - Fix for a VFIO device unbinding failure on PowerPC ---------------------------------------------------------------- Jason Gunthorpe (2): iommu: Allow ops->default_domain to work when !CONFIG_IOMMU_DMA drm/tegra: Do not assume that a NULL domain means no DMA IOMMU Shivaprasad G Bhat (1): powerpc: iommu: Bring back table group release_ownership() call arch/powerpc/kernel/iommu.c | 37 ++++++++++++++++++++++++++++--------- drivers/gpu/drm/tegra/drm.c | 3 ++- drivers/iommu/iommu.c | 18 +++++++++++++----- 3 files changed, 43 insertions(+), 15 deletions(-) Please pull. Thanks, Joerg