tools/virtio: initialize spinlocks in vring_test.c
authorRicardo Cañuelo <ricardo.canuelo@collabora.com>
Wed, 12 Oct 2022 06:29:49 +0000 (08:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jan 2023 06:22:41 +0000 (07:22 +0100)
commit64a6f3689d0df2d7e19e478f7c80847baccdfa7a
treea0260a8a4c10ea937d7783ebdbf96d55f7de0167
parent95fc28a8e92169cff4b649ae9f4a209a783f2c91
tools/virtio: initialize spinlocks in vring_test.c

[ Upstream commit c262f75cb6bb5a63828e72ce3b8fe808e5029479 ]

The virtio_device vqs_list spinlocks must be initialized before use to
prevent functions that manipulate the device virtualqueues, such as
vring_new_virtqueue(), from blocking indefinitely.

Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@collabora.com>
Message-Id: <20221012062949.1526176-1-ricardo.canuelo@collabora.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/virtio/vringh_test.c