mbox series

[GIT,PULL] VFIO fix for v5.9-rc2

Message ID 20200819130422.357ea56c@x1.home (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO fix for v5.9-rc2 | expand

Pull-request

git://github.com/awilliam/linux-vfio.git tags/vfio-v5.9-rc2

Message

Alex Williamson Aug. 19, 2020, 7:04 p.m. UTC
Hi Linus,

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://github.com/awilliam/linux-vfio.git tags/vfio-v5.9-rc2

for you to fetch changes up to aae7a75a821a793ed6b8ad502a5890fb8e8f172d:

  vfio/type1: Add proper error unwind for vfio_iommu_replay() (2020-08-17 11:09:13 -0600)

----------------------------------------------------------------
VFIO fixes for v5.9-rc2

 - Fix lockdep issue reported for recursive read-lock (Alex Williamson)

 - Fix missing unwind in type1 replay function (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (2):
      vfio-pci: Avoid recursive read-lock usage
      vfio/type1: Add proper error unwind for vfio_iommu_replay()

 drivers/vfio/pci/vfio_pci_private.h |   2 +
 drivers/vfio/pci/vfio_pci_rdwr.c    | 120 ++++++++++++++++++++++++++++--------
 drivers/vfio/vfio_iommu_type1.c     |  71 +++++++++++++++++++--
 3 files changed, 164 insertions(+), 29 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 20, 2020, 4:42 a.m. UTC | #1
The pull request you sent on Wed, 19 Aug 2020 13:04:22 -0600:

> git://github.com/awilliam/linux-vfio.git tags/vfio-v5.9-rc2

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

Thank you!