Hi Linus, Just two small fixes this cycle. Thanks, Jason The following changes since commit 43f6bee02196e56720dd68eea847d213c6e69328: iommufd/selftest: Update the fail_nth limit (2025-09-19 10:34:49 -0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd.git tags/for-linus-iommufd for you to fetch changes up to 2a918911ed3d0841923525ed0fe707762ee78844: iommufd: Register iommufd mock devices with fwspec (2025-09-30 09:54:12 -0300) ---------------------------------------------------------------- iommufd 6.18 merge window pull Two minor fixes - Make the selftest work again on x86 platforms with iommus enabled - Fix a compiler warning in the userspace kselftest ---------------------------------------------------------------- Alessandro Zanni (1): iommu/selftest: prevent use of uninitialized variable Guixin Liu (1): iommufd: Register iommufd mock devices with fwspec drivers/iommu/iommu-priv.h | 2 ++ drivers/iommu/iommu.c | 26 ++++++++++++++++++++++++++ drivers/iommu/iommufd/selftest.c | 2 +- tools/testing/selftests/iommu/iommufd_utils.h | 8 +++----- 4 files changed, 32 insertions(+), 6 deletions(-)