mbox series

[GIT,PULL] VFIO fixes for v6.1-rc6

Message ID 20221114124217.784a2d3f.alex.williamson@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO fixes for v6.1-rc6 | expand

Pull-request

https://github.com/awilliam/linux-vfio.git tags/vfio-v6.1-rc6

Message

Alex Williamson Nov. 14, 2022, 7:42 p.m. UTC
The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc:

  Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)

are available in the Git repository at:

  https://github.com/awilliam/linux-vfio.git tags/vfio-v6.1-rc6

for you to fetch changes up to e806e223621e4f5105170df69d7311dc3fb4bbb4:

  vfio/pci: Check the device set open count on reset (2022-11-10 12:03:36 -0700)

----------------------------------------------------------------
VFIO fixes for v6.1-rc6

 - Fixes for potential container registration leak for drivers not
   implementing a close callback, duplicate container de-registrations,
   and a regression in support for bus reset on last device close from
   a device set. (Anthony DeRossi)

----------------------------------------------------------------
Anthony DeRossi (3):
      vfio: Fix container device registration life cycle
      vfio: Export the device set open count
      vfio/pci: Check the device set open count on reset

 drivers/vfio/pci/vfio_pci_core.c | 10 +++++-----
 drivers/vfio/vfio_main.c         | 26 +++++++++++++++++++++-----
 include/linux/vfio.h             |  1 +
 3 files changed, 27 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 14, 2022, 8:46 p.m. UTC | #1
The pull request you sent on Mon, 14 Nov 2022 12:42:17 -0700:

> https://github.com/awilliam/linux-vfio.git tags/vfio-v6.1-rc6

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

Thank you!