Stefano Garzarella
88704454ef
vsock/virtio: enable VQs early on probe
...
virtio spec requires drivers to set DRIVER_OK before using VQs.
This is set automatically after probe returns, but virtio-vsock
driver uses VQs in the probe function to fill rx and event VQs
with new buffers.
Let's fix this, calling virtio_device_ready() before using VQs
in the probe function.
Fixes: 0ea9e1d3a9e3 ("VSOCK: Introduce virtio_transport.ko")
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-03-24 18:36:36 -07:00
..
2022-02-04 14:15:11 -08:00
2022-03-07 09:48:55 +01:00
2021-11-19 11:23:23 +00:00
2022-03-17 16:34:49 -07:00
2021-07-23 14:20:25 +01:00
2022-01-22 08:33:37 +02:00
2022-03-23 10:53:49 -07:00
2022-03-07 11:40:41 +00:00
2022-03-18 17:12:08 +01:00
2022-03-11 22:01:26 +01:00
2022-02-25 09:36:06 +01:00
2022-03-23 10:32:44 -07:00
2022-03-04 12:02:19 +00:00
2022-03-16 21:41:40 +01:00
2022-02-02 18:50:36 +01:00
2022-03-24 13:13:26 -07:00
2022-03-03 08:01:55 -08:00
2022-01-27 13:53:27 +00:00
2022-02-28 13:21:32 +00:00
2022-03-23 10:53:49 -07:00
2021-11-24 17:21:42 -08:00
2022-02-23 20:33:05 -08:00
2022-03-11 23:17:24 -08:00
2022-03-03 14:38:48 +00:00
2022-03-23 10:53:49 -07:00
2022-03-20 00:29:47 +01:00
2022-02-22 16:09:13 -08:00
2021-12-29 08:48:14 -08:00
2022-03-10 07:39:47 +01:00
2021-12-10 06:38:27 -08:00
2022-03-15 20:20:02 -07:00
2021-06-08 16:31:25 -07:00
2022-03-23 10:48:00 -07:00
2022-03-15 11:50:33 +01:00
2021-10-20 14:27:40 +01:00
2022-02-25 22:23:23 -08:00
2022-02-10 15:29:39 +00:00
2022-03-23 10:53:49 -07:00
2022-01-15 08:47:31 -08:00
2022-03-23 10:53:49 -07:00
2022-03-21 10:59:11 +00:00
2022-03-18 21:47:14 -07:00
2022-01-07 14:11:05 +00:00
2022-03-03 10:43:37 +00:00
2022-03-23 10:53:49 -07:00
2022-03-17 13:56:58 -07:00
2022-03-07 11:40:41 +00:00
2021-12-17 17:17:14 +01:00
2021-12-16 16:13:19 -08:00
2022-03-18 13:09:17 +02:00
2021-12-29 08:48:14 -08:00
2022-01-22 02:03:24 +00:00
2022-03-16 19:59:36 -07:00
2022-03-21 20:47:54 -07:00
2022-03-09 20:02:35 -08:00
2021-11-09 01:05:28 +01:00
2022-03-24 13:13:26 -07:00
2022-02-24 21:31:43 -08:00
2022-03-23 10:53:49 -07:00
2022-03-21 14:58:16 -07:00
2022-03-23 10:53:49 -07:00
2022-03-24 18:36:36 -07:00
2022-03-11 13:00:17 -08:00
2021-12-09 18:35:11 -08:00
2022-03-23 10:53:49 -07:00
2022-03-19 14:49:08 +00:00
2021-06-03 15:13:56 -07:00
2021-06-11 12:55:28 -07:00
2022-03-03 09:55:28 +00:00
2021-12-10 06:38:26 -08:00
2021-07-29 15:06:49 +01:00
2022-03-22 15:57:03 -07:00
2021-11-09 10:02:50 -08:00