Merge tag 'vfio-v6.15-rc6' of https://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 May 2025 19:09:22 +0000 (12:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 May 2025 19:09:22 +0000 (12:09 -0700)
commitacaa3e726f4a29f32bca5146828565db56bc396f
tree50084e7c68e7393011f1d54fc27fb1f596d6189d
parent2c89c1b655c0b06823f4ee8b055140d8628fc4da
parentc1d9dac0db168198b6f63f460665256dedad9b6e
Merge tag 'vfio-v6.15-rc6' of https://github.com/awilliam/linux-vfio

Pull vfio fix from Alex Williamson:

 - Fix an issue in vfio-pci huge_fault handling by aligning faults to
   the order, resulting in deterministic use of huge pages.  This
   avoids a race where simultaneous aligned and unaligned faults to
   the same PMD can result in a VM_FAULT_OOM and subsequent VM crash.
   (Alex Williamson)

* tag 'vfio-v6.15-rc6' of https://github.com/awilliam/linux-vfio:
  vfio/pci: Align huge faults to order