The following changes since commit d5226fa6dbae0569ee43ecfc08bdcd6770fc4755:
Linux 5.5 (2020-01-26 16:23:03 -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 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(-)
On Sun, Feb 9, 2020 at 10:03 PM Michael S. Tsirkin <mst at redhat.com> wrote:> > https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linusHmm? Pull request re-send? This already got merged on Friday as commit e0f121c5cc2c, as far as I can tell. It looks like the pr-tracker-bot didn't reply to that old email. Maybe because the subject line only says "PULL", not "GIT PULL". But more likely because it looks like lore.kernel.org doesn't have a record of that email at all. You might want to check your email settings. You have some odd headers (including a completely broken name that has "Cc:" in it in the "To:" field). Linus
Possibly Parallel Threads
- [PULL] vhost: cleanups and fixes
- [PATCH] virtio-mmio: convert to devm_platform_ioremap_resource
- [PATCH 1/6] iommu/omap: convert to devm_platform_ioremap_resource
- [PATCH 1/6] iommu/omap: convert to devm_platform_ioremap_resource
- [PATCH] virtio-mmio: convert to devm_platform_ioremap_resource