]> 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)
commit84915e22afb3f8e11890e07948a04b05bf9f4cc3
tree641081bc6beac7eb4e1e7253329412ed8a5276e0
parent86b5d14913e26b84b7a8806f22f123f3608ca015
parentdb426946951ebfab0b7a1781ebc7061acc6ddb36
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