mbox

[PULL,for-4.5] virtio/vhost: minor fixes

Message ID 20160303150807-mutt-send-email-mst@redhat.com
State Awaiting Upstream, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

Message

Michael S. Tsirkin March 3, 2016, 1:08 p.m. UTC
The following changes since commit fc77dbd34c5c99bce46d40a2491937c3bcbd10af:

  Linux 4.5-rc6 (2016-02-28 08:41:20 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

for you to fetch changes up to e1f33be9186363da7955bcb5f0b03e6685544c50:

  vhost: fix error path in vhost_init_used() (2016-03-02 17:01:49 +0200)

----------------------------------------------------------------
virtio/vhost: minor fixes

This fixes two minor bugs: error handling in vhost,
and capability processing in virtio.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Greg Kurz (1):
      vhost: fix error path in vhost_init_used()

Ladi Prosek (1):
      virtio-pci: read the right virtio_pci_notify_cap field

 drivers/vhost/vhost.c              | 15 +++++++++++----
 drivers/virtio/virtio_pci_modern.c |  2 +-
 2 files changed, 12 insertions(+), 5 deletions(-)