Hi Linus, The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c: Linux 5.17-rc2 (2022-01-30 15:37:07 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.17-rc2 for you to fetch changes up to 9b45a7738eec52bf0f5d8d3d54e822962781c5f2: iommu/amd: Fix loop timeout issue in iommu_ga_log_enable() (2022-02-04 12:57:26 +0100) ---------------------------------------------------------------- IOMMU Fixes for Linux v5.17-rc2 Including: - Warning fixes and a fix for a potential use-after-free in IOMMU core code - Another potential memory leak fix for the Intel VT-d driver - Fix for an IO polling loop timeout issue in the AMD IOMMU driver ---------------------------------------------------------------- Guoqing Jiang (1): iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() Joerg Roedel (1): iommu/amd: Fix loop timeout issue in iommu_ga_log_enable() John Garry (1): iommu: Fix some W=1 warnings Vijayanand Jitta (1): iommu: Fix potential use-after-free during probe drivers/iommu/amd/init.c | 2 ++ drivers/iommu/intel/irq_remapping.c | 13 ++++++++++--- drivers/iommu/ioasid.c | 1 + drivers/iommu/iommu.c | 33 +++++++++++++++++++-------------- drivers/iommu/omap-iommu.c | 2 +- 5 files changed, 33 insertions(+), 18 deletions(-) Please pull. Thanks, Joerg