Hi Linus, Just two rc syzkaller fixes for this merge window. It looks like the vfio changes are now done so we should see progress next cycle. Thanks, Jason The following changes since commit 6995e2de6891c724bfeb2db33d7b87775f913ad1: Linux 6.4 (2023-06-25 16:29:58 -0700) 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 dbe245cdf5189e88d680379ed13901356628b650: iommufd: Call iopt_area_contig_done() under the lock (2023-06-26 09:00:23 -0300) ---------------------------------------------------------------- iommufd for 6.5 Just two RC syzkaller fixes, both for the same basic issue, using the area pointer during an access forced unmap while the locks protecting it were let go. ---------------------------------------------------------------- Jason Gunthorpe (2): iommufd: Do not access the area pointer after unlocking iommufd: Call iopt_area_contig_done() under the lock drivers/iommu/iommufd/device.c | 2 +- drivers/iommu/iommufd/io_pagetable.c | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-)