[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221129160615.3343036-1-lizetao1@huawei.com>
Date: Wed, 30 Nov 2022 00:06:10 +0800
From: Li Zetao <lizetao1@...wei.com>
To: <lizetao1@...wei.com>
CC: <st@...hat.com>, <jasowang@...hat.com>, <pbonzini@...hat.com>,
<stefanha@...hat.com>, <axboe@...nel.dk>, <airlied@...hat.com>,
<kraxel@...hat.com>, <gurchetansingh@...omium.org>,
<olvaffe@...il.com>, <daniel@...ll.ch>, <david@...hat.com>,
<ericvh@...il.com>, <lucho@...kov.net>, <asmadeus@...ewreck.org>,
<linux_oss@...debyte.com>, <davem@...emloft.net>,
<edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>,
<pmorel@...ux.vnet.ibm.com>, <cornelia.huck@...ibm.com>,
<pankaj.gupta.linux@...il.com>, <rusty@...tcorp.com.au>,
<airlied@...il.com>, <virtualization@...ts.linux-foundation.org>,
<linux-block@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<dri-devel@...ts.freedesktop.org>,
<v9fs-developer@...ts.sourceforge.net>, <netdev@...r.kernel.org>
Subject: [PATCH v2 0/5] Fix probe failed when modprobe modules
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@huawei.com/
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
Powered by blists - more mailing lists