]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'vfio-v6.18-rc4' of https://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Oct 2025 21:20:09 +0000 (14:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Oct 2025 21:20:09 +0000 (14:20 -0700)
commit39bcf0f7d415fee440d2eba877b9b618cbd6d824
tree94ef0ba5f785341e7b93d035202b216ba5227735
parenta5beb58e53092f77b89181bec9d30c8bdced3103
parentde8d1f2fd5a510bf2c1c25b84e1a718a0f0af105
Merge tag 'vfio-v6.18-rc4' of https://github.com/awilliam/linux-vfio

Pull VFIO fixes from Alex Williamson:

 - Fix overflows in vfio type1 backend for mappings at the end of the
   64-bit address space, resulting in leaked pinned memory.

   New selftest support included to avoid such issues in the future
   (Alex Mastro)

* tag 'vfio-v6.18-rc4' of https://github.com/awilliam/linux-vfio:
  vfio: selftests: add end of address space DMA map/unmap tests
  vfio: selftests: update DMA map/unmap helpers to support more test kinds
  vfio/type1: handle DMA map/unmap up to the addressable limit
  vfio/type1: move iova increment to unmap_unpin_*() caller
  vfio/type1: sanitize for overflow using check_*_overflow()