mbox series

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

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

Pull-request

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

Message

Alex Williamson Jan. 23, 2023, 6:20 p.m. UTC
Hi Linus,

The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 51cdc8bc120ef6e42f6fb758341f5d91bc955952:

  kvm/vfio: Fix potential deadlock on vfio group_lock (2023-01-20 08:50:05 -0700)

----------------------------------------------------------------
VFIO fixes for v6.2-rc6

 - Honor reserved regions when testing for IOMMU find grained super
   page support, avoiding a regression on s390 for a firmware device
   where the existence of the mapping, even if unused can trigger
   an error state. (Niklas Schnelle)

 - Fix a deadlock in releasing KVM references by using the alternate
   .release() rather than .destroy() callback for the kvm-vfio device.
   (Yi Liu)

----------------------------------------------------------------
Niklas Schnelle (1):
      vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()

Yi Liu (1):
      kvm/vfio: Fix potential deadlock on vfio group_lock

 drivers/vfio/vfio_iommu_type1.c | 31 ++++++++++++++++++++-----------
 virt/kvm/vfio.c                 |  6 +++---
 2 files changed, 23 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 23, 2023, 7:58 p.m. UTC | #1
The pull request you sent on Mon, 23 Jan 2023 11:20:53 -0700:

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

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

Thank you!