[GIT PULL] VFIO updates for v5.13-rc1 pt2
From: Alex Williamson
Date: Thu May 06 2021 - 14:31:21 EST
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(-)