]> git.ipfire.org Git - thirdparty/kernel/stable.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)
commitc23b07125f8aebf8b39fffa325145826098f7d8f
tree641081bc6beac7eb4e1e7253329412ed8a5276e0
parent6fa425a2651515f8d262f2c1d972c6632e7c941d
parent5715c4dd66a315515eedef3fc4cbe1bf4620f009
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