mbox series

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

Message ID 20200627082518.38f98251@x1.home (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO fixes for v5.8-rc3 | expand

Pull-request

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

Message

Alex Williamson June 27, 2020, 2:25 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 27, 2020, 10:45 p.m. UTC | #1
The pull request you sent on Sat, 27 Jun 2020 08:25:18 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c322f5399fc36300ae870db8fbcf793e063aaae5

Thank you!