]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'vfio-v5.2-rc5' of git://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Jun 2019 01:27:57 +0000 (15:27 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Jun 2019 01:27:57 +0000 (15:27 -1000)
commite6e0f7996ed685c7f5fbbaef2bc9a22b28e8a8e9
tree641081bc6beac7eb4e1e7253329412ed8a5276e0
parentd1d989e3b3e5ec68183b242168b62b848e2532e7
parent34a1c898c8d7d808ea4d3e16005599d1719010c5
Merge tag 'vfio-v5.2-rc5' of git://github.com/awilliam/linux-vfio

Pull VFIO fixes from Alex Williamson:
 "Fix mdev device create/remove paths to provide initialized device for
  parent driver create callback and correct ordering of device removal
  from bus prior to initiating removal by parent.

  Also resolve races between parent removal and device create/remove
  paths (all from Parav Pandit)"

* tag 'vfio-v5.2-rc5' of git://github.com/awilliam/linux-vfio:
  vfio/mdev: Synchronize device create/remove with parent removal
  vfio/mdev: Avoid creating sysfs remove file on stale device removal
  vfio/mdev: Improve the create/remove sequence