RE: [PATCH 3/4] virtio: Protect vqs list access

2021-07-18 Thread Parav Pandit via Virtualization
> From: Michael S. Tsirkin > Sent: Sunday, July 18, 2021 2:11 AM > > On Sat, Jul 17, 2021 at 10:42:57AM +0300, Parav Pandit wrote: > > VQs may be accessed to mark the device broken while they are > > created/destroyed. Hence protect the access to the vqs list. > > > > Fixes: e2dcdfe95c0b

Re: [PATCH 3/4] virtio: Protect vqs list access

2021-07-17 Thread Michael S. Tsirkin
On Sat, Jul 17, 2021 at 10:42:57AM +0300, Parav Pandit wrote: > VQs may be accessed to mark the device broken while they are > created/destroyed. Hence protect the access to the vqs list. > > Fixes: e2dcdfe95c0b ("virtio: virtio_break_device() to mark all virtqueues > broken.") > Signed-off-by:

[PATCH 3/4] virtio: Protect vqs list access

2021-07-17 Thread Parav Pandit via Virtualization
VQs may be accessed to mark the device broken while they are created/destroyed. Hence protect the access to the vqs list. Fixes: e2dcdfe95c0b ("virtio: virtio_break_device() to mark all virtqueues broken.") Signed-off-by: Parav Pandit --- drivers/virtio/virtio.c | 1 +