]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1e2800f8fa964ea5743759d38a291970838b2ae9
tree4775b0f76a941c0bef15d5a4405f947476c0764a
parentf88a52025ba4d2097a24e1e37941223323ec36c8
parent5c0aaf527099a1f12d7c88cffcdd9bb281da7a5b
Merge branch 'vsock-virtio-enable-vqs-early-on-probe-and-finish-the-setup-before-using-them'

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>