Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 Dec 2023 21:54:52 +0000 (06:54 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 Dec 2023 21:54:52 +0000 (06:54 +0900)
commitbee0e7762ad2c6025b9f5245c040fcc36ef2bde8
tree8ab55b95a6cbbc82c3dee8f5a05102b4d5a1bb7b
parent1e535748449a51842872c46db61525f7524fc63a
parent6f9c4d8c468c189d6dc470324bd52955f8aa0a10
Merge tag 'for-linus-iommufd' of git://git./linux/kernel/git/jgg/iommufd

Pull iommufd fixes from Jason Gunthorpe:

 - A small fix for the dirty tracking self test to fail correctly if the
   code is buggy

 - Fix a tricky syzkaller race UAF with object reference counting

* tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd:
  iommufd: Do not UAF during iommufd_put_object()
  iommufd: Add iommufd_ctx to iommufd_put_object()
  iommufd/selftest: Fix _test_mock_dirty_bitmaps()