[PULL] virtio: last minute bugfixes

From: Michael S. Tsirkin
Date: Sat Nov 23 2019 - 11:57:50 EST


The following changes since commit af42d3466bdc8f39806b26f593604fdc54140bcb:

Linux 5.4-rc8 (2019-11-17 14:47:30 -0800)

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 c9a6820fc0da2603be3054ee7590eb9f350508a7:

virtio_balloon: fix shrinker count (2019-11-20 02:15:57 -0500)

----------------------------------------------------------------
virtio: last minute bugfixes

Minor bugfixes all over the place.

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

----------------------------------------------------------------
Halil Pasic (1):
virtio_ring: fix return code on DMA mapping fails

Laurent Vivier (1):
virtio_console: allocate inbufs in add_port() only if it is needed

Michael S. Tsirkin (1):
virtio_balloon: fix shrinker scan number of pages

Wei Wang (1):
virtio_balloon: fix shrinker count

drivers/char/virtio_console.c | 28 +++++++++++++---------------
drivers/virtio/virtio_balloon.c | 20 +++++++++++++-------
drivers/virtio/virtio_ring.c | 4 ++--
3 files changed, 28 insertions(+), 24 deletions(-)