]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Feb 2017 19:26:09 +0000 (11:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Feb 2017 19:26:09 +0000 (11:26 -0800)
commit5c66f45f2190548a395e5f425df497b03a63055f
tree7529d76872014adb93ef06be9cf0fba1c83d9784
parent0a80d4f23b58735bed7f05d55ebbebbce5d137f2
parentf863d0be16b77aec5175f141bdafc0d85ee51b6a
Merge tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfio

Pull VFIO updates from Alex Williamson:

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

* tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfio:
  vfio: fix a typo in comment of function vfio_pin_pages
  vfio: Replace module request with softdep
  vfio/mdev: Use a module softdep for vfio_mdev
  vfio: Fix build break when SPAPR_TCE_IOMMU=n