The following changes since commit d5226fa6dbae0569ee43ecfc08bdcd6770fc4755:
Linux 5.5 (2020-01-26 16:23:03 -0800)
are available in the Git repository at:
git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
for you to fetch changes up to 1ad6f58ea9364b0a5d8ae06249653ac9304a8578:
virtio_balloon: Fix memory leaks on errors in virtballoon_probe() (2020-02-06
03:40:27 -0500)
----------------------------------------------------------------
virtio: fixes, cleanups
Some bug fixes/cleanups.
Deprecated scsi passthrough for blk removed.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
----------------------------------------------------------------
Christoph Hellwig (1):
virtio-blk: remove VIRTIO_BLK_F_SCSI support
Daniel Verkamp (2):
virtio-balloon: initialize all vq callbacks
virtio-pci: check name when counting MSI-X vectors
David Hildenbrand (2):
virtio-balloon: Fix memory leak when unloading while hinting is in
progress
virtio_balloon: Fix memory leaks on errors in virtballoon_probe()
Michael S. Tsirkin (1):
virtio_balloon: prevent pfn array overflow
Yangtao Li (1):
virtio-mmio: convert to devm_platform_ioremap_resource
arch/powerpc/configs/guest.config | 1 -
drivers/block/Kconfig | 10 ----
drivers/block/virtio_blk.c | 115 +------------------------------------
drivers/virtio/virtio_balloon.c | 21 +++++--
drivers/virtio/virtio_mmio.c | 15 +----
drivers/virtio/virtio_pci_common.c | 2 +-
6 files changed, 22 insertions(+), 142 deletions(-)