]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Jan 2017 01:35:43 +0000 (17:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Jan 2017 01:35:43 +0000 (17:35 -0800)
commitb36aca5b54a5c3b8577f197600fc57c20ce7c4ae
treecf19e2656d42965ea62646c8fd17b58172d86551
parentc52111ba66019de34e983ca2eb73ea7824226c55
parentac386111367a0a5e24eac42c040764ac827a16cc
Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfio

Pull VFIO fixes from Alex Williamson:

 - Cleanups and bug fixes for the mtty sample driver (Dan Carpenter)

 - Export and make use of has_capability() to fix incorrect use of
   ns_capable() for testing task capabilities (Jike Song)

* tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfio:
  vfio/type1: Remove pid_namespace.h include
  vfio iommu type1: fix the testing of capability for remote task
  capability: export has_capability
  vfio-mdev: remove some dead code
  vfio-mdev: buffer overflow in ioctl()
  vfio-mdev: return -EFAULT if copy_to_user() fails