Hi Linus, The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.5-rc1 for you to fetch changes up to c20ecf7bb6153149b81a9277eda23398957656f2: iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid() (2023-07-14 14:53:19 +0200) ---------------------------------------------------------------- IOMMU Fixes for Linux v6.5-rc1 Including: - Fix a regression causing a crash on sysfs access of iommu-group specific files - Fix signedness bug in SVA code ---------------------------------------------------------------- Dan Carpenter (1): iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid() Jason Gunthorpe (1): iommu: Fix crash during syfs iommu_groups/N/type drivers/iommu/iommu-sva.c | 3 ++- drivers/iommu/iommu.c | 27 ++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) Please pull. Thanks, Joerg