mbox series

[GIT,PULL] VFIO fixes for v5.15-rc4

Message ID 20210928103756.4070e4c6.alex.williamson@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO fixes for v5.15-rc4 | expand

Pull-request

git://github.com/awilliam/linux-vfio.git tags/vfio-v5.15-rc4

Message

Alex Williamson Sept. 28, 2021, 4:37 p.m. UTC
Hi Linus,

The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82:

  Linux 5.15-rc2 (2021-09-19 17:28:22 -0700)

are available in the Git repository at:

  git://github.com/awilliam/linux-vfio.git tags/vfio-v5.15-rc4

for you to fetch changes up to 42de956ca7e5f6c47048dde640f797e783b23198:

  vfio/ap_ops: Add missed vfio_uninit_group_dev() (2021-09-24 10:04:44 -0600)

----------------------------------------------------------------
VFIO fixes for v5.15-rc4

 - Fix vfio-ap leak on uninit (Jason Gunthorpe)

 - Add missing prototype arg name (Colin Ian King)

----------------------------------------------------------------
Colin Ian King (1):
      vfio/pci: add missing identifier name in argument of function prototype

Jason Gunthorpe (1):
      vfio/ap_ops: Add missed vfio_uninit_group_dev()

 drivers/s390/crypto/vfio_ap_ops.c | 4 +++-
 drivers/vfio/pci/vfio_pci_core.c  | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 29, 2021, 12:56 a.m. UTC | #1
The pull request you sent on Tue, 28 Sep 2021 10:37:56 -0600:

> git://github.com/awilliam/linux-vfio.git tags/vfio-v5.15-rc4

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

Thank you!