mbox series

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

Message ID 20200203134037.2fda624f@w520.home (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO updates for v5.6-rc1 | expand

Pull-request

git://github.com/awilliam/linux-vfio.git tags/vfio-v5.6-rc1

Message

Alex Williamson Feb. 3, 2020, 8:40 p.m. UTC
Hi Linus,

The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538:

  Linux 5.5-rc5 (2020-01-05 14:23:27 -0800)

are available in the Git repository at:

  git://github.com/awilliam/linux-vfio.git tags/vfio-v5.6-rc1

for you to fetch changes up to 7b5372ba04ca1caabed1470d4ec23001cde2eb91:

  vfio: platform: fix __iomem in vfio_platform_amdxgbe.c (2020-01-09 11:32:14 -0700)

----------------------------------------------------------------
VFIO updates for v5.6-rc1

 - Fix nvlink error path (Alexey Kardashevskiy)

 - Update nvlink and spapr to use mmgrab() (Julia Lawall)

 - Update static declaration (Ben Dooks)

 - Annotate __iomem to fix sparse warnings (Ben Dooks)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      vfio/spapr/nvlink2: Skip unpinning pages on error exit

Ben Dooks (Codethink) (2):
      vfio/mdev: make create attribute static
      vfio: platform: fix __iomem in vfio_platform_amdxgbe.c

Julia Lawall (2):
      vfio: vfio_pci_nvlink2: use mmgrab
      vfio/spapr_tce: use mmgrab

 drivers/vfio/mdev/mdev_sysfs.c                      | 2 +-
 drivers/vfio/pci/vfio_pci_nvlink2.c                 | 8 +++++---
 drivers/vfio/platform/reset/vfio_platform_amdxgbe.c | 4 ++--
 drivers/vfio/vfio_iommu_spapr_tce.c                 | 2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 3, 2020, 10:35 p.m. UTC | #1
The pull request you sent on Mon, 3 Feb 2020 13:40:37 -0700:

> git://github.com/awilliam/linux-vfio.git tags/vfio-v5.6-rc1

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

Thank you!