[PATCH 0/4] Fix probe failed when modprobe modules

From: Li Zetao
Date: Sun Nov 27 2022 - 20:22:23 EST


This patchset fixes similar issue, the root cause of the
problem is that the virtqueues are not stopped on error
handling path.

Li Zetao (4):
9p: Fix probe failed when modprobe 9pnet_virtio
virtio-mem: Fix probe failed when modprobe virtio_mem
virtio-input: Fix probe failed when modprobe virtio_input
virtio-blk: Fix probe failed when modprobe virtio_blk

drivers/block/virtio_blk.c | 1 +
drivers/virtio/virtio_input.c | 1 +
drivers/virtio/virtio_mem.c | 1 +
net/9p/trans_virtio.c | 1 +
4 files changed, 4 insertions(+)

--
2.25.1