Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Dec 2018 03:41:58 +0000 (19:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Dec 2018 03:41:58 +0000 (19:41 -0800)
commit1984f65c2fbc0d2b557d6e89ece9b39267e215c6
treecfaec61ef718812e0ba4c06cb8c3338af71fe1f7
parentf346b0becb1bc62e45495f9cdbae3eef35d0b635
parent8ba35b3a0046d6573c98f00461d9bd1b86250d35
Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfio

Pull VFIO updates from Alex Williamson:

 - Replace global vfio-pci lock with per bus lock to allow concurrent
   open and release (Alex Williamson)

 - Declare mdev function as static (Paolo Cretaro)

 - Convert char to u8 in mdev/mtty sample driver (Nathan Chancellor)

* tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfio:
  vfio-mdev/samples: Use u8 instead of char for handle functions
  vfio/mdev: add static modifier to add_mdev_supported_type
  vfio/pci: Parallelize device open and release
drivers/vfio/pci/vfio_pci.c
drivers/vfio/pci/vfio_pci_private.h