Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Sep 2025 18:16:14 +0000 (11:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Sep 2025 18:16:14 +0000 (11:16 -0700)
commitd4c7fccfa784da0583fed9c8f98ed78236c030fb
treea820da3a60d3c25c942921fba1922f36a775648b
parentb183f251e2024531c2262829e97907b0e623cc41
parent43f6bee02196e56720dd68eea847d213c6e69328
Merge tag 'for-linus-iommufd' of git://git./linux/kernel/git/jgg/iommufd

Pull iommufd fixes from Jason Gunthorpe:
 "Fix two user triggerable use-after-free issues:

   - Possible race UAF setting up mmaps

   - Syzkaller found UAF when erroring an file descriptor creation ioctl
     due to the fput() work queue"

* tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd:
  iommufd/selftest: Update the fail_nth limit
  iommufd: WARN if an object is aborted with an elevated refcount
  iommufd: Fix race during abort for file descriptors
  iommufd: Fix refcounting race during mmap