[GIT PULL] virtio: fixes

From: Michael S. Tsirkin
Date: Mon Mar 09 2020 - 04:08:38 EST


The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:

Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 6ae4edab2fbf86ec92fbf0a8f0c60b857d90d50f:

virtio_balloon: Adjust label in virtballoon_probe (2020-03-08 05:35:24 -0400)

----------------------------------------------------------------
virtio: fixes

Some bug fixes all over the place.

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

----------------------------------------------------------------
Halil Pasic (2):
virtio-blk: fix hw_queue stopped on arbitrary error
virtio-blk: improve virtqueue error to BLK_STS

Nathan Chancellor (1):
virtio_balloon: Adjust label in virtballoon_probe

Suman Anna (1):
virtio_ring: Fix mem leak with vring_new_virtqueue()

drivers/block/virtio_blk.c | 17 ++++++++++++-----
drivers/virtio/virtio_balloon.c | 2 +-
drivers/virtio/virtio_ring.c | 4 ++--
3 files changed, 15 insertions(+), 8 deletions(-)