]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Jan 2015 21:05:56 +0000 (13:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Jan 2015 21:05:56 +0000 (13:05 -0800)
commit4c51c0ea94c8181f6c5fe2aaf34c1d44dea606e3
treefc4f6fe211fe2bf0d27ca98b93e7349a566dd4e4
parentb29bc3fb043fcd0e8bec3d6be598d6fe0ef73d6b
parent6473ab98a81ad60d208cc1c8ddeb350a1314aa86
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost

pull virtio/vhost fixes from Michael Tsirkin:
 "This fixes a couple of bugs triggered by hot-unplug of virtio devices,
  as well as a regression in vhost-net"

* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
  vhost/net: length miscalculation
  virtio_pci: document why we defer kfree
  virtio_pci: defer kfree until release callback
  virtio_pci: device-specific release callback
  virtio: make del_vqs idempotent