Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1587088 > unrolled thread
| Started by | Alex Williamson <alex.williamson@redhat.com> |
|---|---|
| First post | 2017-02-23 20:00 +0100 |
| Last post | 2017-02-23 20:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] VFIO updates for v4.11 Alex Williamson <alex.williamson@redhat.com> - 2017-02-23 20:00 +0100
| From | Alex Williamson <alex.williamson@redhat.com> |
|---|---|
| Date | 2017-02-23 20:00 +0100 |
| Subject | [GIT PULL] VFIO updates for v4.11 |
| Message-ID | <te6Mp-58d-11@gated-at.bofh.it> |
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(-)
Back to top | Article view | linux.kernel
csiph-web