From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Wed, 10 Jul 2024 19:00:43 +0000 (-0700)
Subject: Merge tag 'vfio-v6.10' of https://github.com/awilliam/linux-vfio
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d6e1712b78251cf4470b0543bb4a8b491949aa32;p=users%2Fdwmw2%2Flinux.git

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
---

d6e1712b78251cf4470b0543bb4a8b491949aa32