]> www.infradead.org Git - users/hch/xfs.git/commit
Merge tag 'vfio-v6.10' of https://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Jul 2024 19:00:43 +0000 (12:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Jul 2024 19:00:43 +0000 (12:00 -0700)
commitd6e1712b78251cf4470b0543bb4a8b491949aa32
treefb3d56eb3727ef761479d0bb2728f39c1c96d335
parentf6963ab4b01cd92b9bf2eed0060907e35cc1440f
parent5a88a3f67e37e39f933b38ebb4985ba5822e9eca
Merge tag 'vfio-v6.10' of https://github.com/awilliam/linux-vfio

Pull VFIO fix from Alex Williamson:

 - Recent stable backports are exposing a bug introduced in the v6.10
   development cycle where a counter value is uninitialized.  This leads
   to regressions in userspace drivers like QEMU where where the kernel
   might ask for an arbitrary buffer size or return out of memory itself
   based on a bogus value.  Zero initialize the counter.  (Yi Liu)

* tag 'vfio-v6.10' of https://github.com/awilliam/linux-vfio:
  vfio/pci: Init the count variable in collecting hot-reset devices