Hi Linus, The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git tags/iommu-fixes-v6.11-rc3 for you to fetch changes up to 92567a5f92bc947fb7aa4351979db1b7b71a554c: iommu: Remove unused declaration iommu_sva_unbind_gpasid() (2024-08-13 10:53:45 +0200) ---------------------------------------------------------------- IOMMU Fixes for Linux v6.11-rc3 Including: - Bring back a lost return statement in io-page-fault code - Remove an unused function declaration ---------------------------------------------------------------- Barak Biber (1): iommu: Restore lost return in iommu_report_device_fault() Yue Haibing (1): iommu: Remove unused declaration iommu_sva_unbind_gpasid() drivers/iommu/io-pgfault.c | 1 + include/linux/iommu.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) Please pull. Thanks, Joerg