lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 23 Mar 2022 18:36:22 +0100 From: Stefano Garzarella <sgarzare@...hat.com> To: netdev@...r.kernel.org Cc: Jakub Kicinski <kuba@...nel.org>, "Michael S. Tsirkin" <mst@...hat.com>, Asias He <asias@...hat.com>, Arseny Krasnov <arseny.krasnov@...persky.com>, Stefan Hajnoczi <stefanha@...hat.com>, Paolo Abeni <pabeni@...hat.com>, linux-kernel@...r.kernel.org, Stefano Garzarella <sgarzare@...hat.com>, virtualization@...ts.linux-foundation.org, kvm@...r.kernel.org, "David S. Miller" <davem@...emloft.net> Subject: [PATCH net v3 0/3] 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. v3: - re-ordered the patch to improve bisectability [MST] v2: https://lore.kernel.org/netdev/20220323084954.11769-1-sgarzare@redhat.com/ v1: https://lore.kernel.org/netdev/20220322103823.83411-1-sgarzare@redhat.com/ Stefano Garzarella (3): vsock/virtio: initialize vdev->priv before using VQs vsock/virtio: read the negotiated features before using VQs vsock/virtio: enable VQs early on probe net/vmw_vsock/virtio_transport.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -- 2.35.1
Powered by blists - more mailing lists