This patchset fixes similar issue, the root cause of the problem is that the virtqueues are not stopped on error handling path. Changes since v1: - Modify the description error of the test case and fixes tag information. - Add patch to fix virtio_gpu module. v1 at: https://lore.kernel.org/all/20221128021005.232105-1-lizetao1@xxxxxxxxxx/ Li Zetao (5): 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 drm/virtio: Fix probe failed when modprobe virtio_gpu drivers/block/virtio_blk.c | 1 + drivers/gpu/drm/virtio/virtgpu_kms.c | 1 + drivers/virtio/virtio_input.c | 1 + drivers/virtio/virtio_mem.c | 1 + net/9p/trans_virtio.c | 1 + 5 files changed, 5 insertions(+) -- 2.25.1