]> www.infradead.org Git - users/hch/xfs.git/commitdiff
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)
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


Trivial merge