Merge branch 'vsock-virtio-enable-vqs-early-on-probe-and-finish-the-setup-before...
authorJakub Kicinski <kuba@kernel.org>
Fri, 25 Mar 2022 01:36:38 +0000 (18:36 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 25 Mar 2022 01:36:39 +0000 (18:36 -0700)
Stefano Garzarella says:

====================
vsock/virtio: enable VQs early on probe and finish the setup before using them

The first patch fixes a virtio-spec violation. The other two patches
complete the driver configuration before using the VQs in the probe.

The patch order should simplify backporting in stable branches.

v2: https://lore.kernel.org/netdev/20220323084954.11769-1-sgarzare@redhat.com/
v1: https://lore.kernel.org/netdev/20220322103823.83411-1-sgarzare@redhat.com/
====================

Link: https://lore.kernel.org/r/20220323173625.91119-1-sgarzare@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge