mbox series

[GIT,PULL] VFIO updates for v5.13-rc1 pt2

Message ID 20210506123111.6b6c0bf3@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO updates for v5.13-rc1 pt2 | expand

Pull-request

git://github.com/awilliam/linux-vfio.git tags/vfio-v5.13-rc1pt2

Message

Alex Williamson May 6, 2021, 6:31 p.m. UTC
Hi Linus,

A 2nd small set of commits for this merge window, primarily to unbreak
some deletions from our uAPI header before rc1.  Thanks,

Alex

The following changes since commit 5e321ded302da4d8c5d5dd953423d9b748ab3775:

  Merge tag 'for-5.13/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux (2021-05-03 13:47:17 -0700)

are available in the Git repository at:

  git://github.com/awilliam/linux-vfio.git tags/vfio-v5.13-rc1pt2

for you to fetch changes up to cc35518d29bc8e38902866b74874b4a3f1ad3617:

  docs: vfio: fix typo (2021-05-05 10:20:33 -0600)

----------------------------------------------------------------
VFIO updates for v5.13-rc1 pt2

 - Additional mdev sample driver cleanup (Dan Carpenter)

 - Doc fix (Alyssa Ross)

 - Unbreak uAPI from NVLink2 support removal (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (1):
      vfio/pci: Revert nvlink removal uAPI breakage

Alyssa Ross (1):
      docs: vfio: fix typo

Dan Carpenter (1):
      vfio/mdev: remove unnecessary NULL check in mbochs_create()

 Documentation/driver-api/vfio.rst |  2 +-
 include/uapi/linux/vfio.h         | 46 +++++++++++++++++++++++++++++++++++----
 samples/vfio-mdev/mbochs.c        |  2 --
 samples/vfio-mdev/mdpy.c          |  3 +--
 4 files changed, 44 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org May 6, 2021, 9:41 p.m. UTC | #1
The pull request you sent on Thu, 6 May 2021 12:31:11 -0600:

> git://github.com/awilliam/linux-vfio.git tags/vfio-v5.13-rc1pt2

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

Thank you!