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(-)