[GIT PULL] VFIO updates for v4.11
From: Alex Williamson
Date: Thu Feb 23 2017 - 13:55:46 EST
Hi Linus,
The following changes since commit d5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c:
Linux 4.10-rc7 (2017-02-05 15:10:58 -0800)
are available in the git repository at:
git://github.com/awilliam/linux-vfio.git tags/vfio-v4.11-rc1
for you to fetch changes up to d9d84780f17cd9e25ddde10eb40357b96b7d6874:
vfio: fix a typo in comment of function vfio_pin_pages (2017-02-22 11:40:15 -0700)
----------------------------------------------------------------
VFIO updates for v4.11
- Kconfig fixes for SPAPR_TCE_IOMMU=n (Michael Ellerman)
- Module softdep rather than request_module to simplify usage from
initrd (Alex Williamson)
- Comment typo fix (Changbin Du)
----------------------------------------------------------------
Alex Williamson (2):
vfio/mdev: Use a module softdep for vfio_mdev
vfio: Replace module request with softdep
Changbin Du (1):
vfio: fix a typo in comment of function vfio_pin_pages
Michael Ellerman (1):
vfio: Fix build break when SPAPR_TCE_IOMMU=n
drivers/vfio/Kconfig | 6 ++----
drivers/vfio/mdev/mdev_core.c | 14 ++------------
drivers/vfio/vfio.c | 11 ++---------
3 files changed, 6 insertions(+), 25 deletions(-)