]> 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)
commit2b4d86be2e2ea89e50866214646a9d4ee8ad51d3
tree7529d76872014adb93ef06be9cf0fba1c83d9784
parentd3dd4363344cbb23318da10c5b4f6bfc80e9b4cf
parent6d7f266ef37696630c51e5868a027a344be498b2
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