]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Dec 2025 20:11:53 +0000 (08:11 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Dec 2025 20:11:53 +0000 (08:11 +1200)
commitcf26839d7fca7eb33ecadb7813427dbff3a7a2cd
tree64d8c18656e7e2ee8bf18f69d60f31cabfb3e24b
parent7b8e9264f55a9c320f398e337d215e68cca50131
parente6a973af11135439de32ece3b9cbe3bfc043bea8
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd

Pull iommufd fixes from Jason Gunthorpe:
 "A few minor fixes, other than the randconfig fix this is only relevant
  to test code, not releases:

   - Randconfig failure if CONFIG_DMA_SHARED_BUFFER is not set

   - Remove gcc warning in kselftest

   - Fix a refcount leak on an error path in the selftest support code

   - Fix missing overflow checks in the selftest support code"

* tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd:
  iommufd/selftest: Check for overflow in IOMMU_TEST_OP_ADD_RESERVED
  iommufd/selftest: Do not leak the hwpt if IOMMU_TEST_OP_MD_CHECK_MAP fails
  iommufd/selftest: Make it clearer to gcc that the access is not out of bounds
  iommufd: Fix building without dmabuf