Hi Linus, The following changes since commit 9cb1fd0efd195590b828b9b865421ad345a4a145: Linux 5.7-rc7 (2020-05-24 15:32:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.7-rc7 for you to fetch changes up to 7cc31613734c4870ae32f5265d576ef296621343: iommu: Fix reference count leak in iommu_group_alloc. (2020-05-29 15:27:50 +0200) ---------------------------------------------------------------- IOMMU Fixes for Linux v5.7-rc7 Including: - Two compile test fixes for issues introduced during the 5.7-rc1 merge window. - A fix for a reference count leak in an error path of iommu_group_alloc(). ---------------------------------------------------------------- Krzysztof Kozlowski (2): ia64: Hide the archdata.iommu field behind generic IOMMU_API x86: Hide the archdata.iommu field behind generic IOMMU_API Qiushi Wu (1): iommu: Fix reference count leak in iommu_group_alloc. arch/ia64/include/asm/device.h | 2 +- arch/x86/include/asm/device.h | 2 +- drivers/iommu/iommu.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) Please pull. Thanks, Joerg