[GIT PULL] VFIO fixes for v5.8-rc3

From: Alex Williamson
Date: Sat Jun 27 2020 - 10:25:29 EST


Hi Linus,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

git://github.com/awilliam/linux-vfio.git tags/vfio-v5.8-rc3

for you to fetch changes up to ebfa440ce38b7e2e04c3124aa89c8a9f4094cf21:

vfio/pci: Fix SR-IOV VF handling with MMIO blocking (2020-06-25 11:04:23 -0600)

----------------------------------------------------------------
VFIO fixes for v5.8-rc3

- Fix double free of eventfd ctx (Alex Williamson)

- Fix duplicate use of capability ID (Alex Williamson)

- Fix SR-IOV VF memory enable handling (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (3):
vfio/pci: Clear error and request eventfd ctx after releasing
vfio/type1: Fix migration info capability ID
vfio/pci: Fix SR-IOV VF handling with MMIO blocking

drivers/vfio/pci/vfio_pci.c | 8 ++++++--
drivers/vfio/pci/vfio_pci_config.c | 17 ++++++++++++++++-
include/uapi/linux/vfio.h | 2 +-
3 files changed, 23 insertions(+), 4 deletions(-)