[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250121-vsock-transport-vs-autobind-v2-0-aad6069a4e8c@rbox.co>
Date: Tue, 21 Jan 2025 15:44:01 +0100
From: Michal Luczaj <mhal@...x.co>
To: Stefano Garzarella <sgarzare@...hat.com>,
"David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Simon Horman <horms@...nel.org>, George Zhang <georgezhang@...are.com>,
Dmitry Torokhov <dtor@...are.com>, Andy King <acking@...are.com>
Cc: netdev@...r.kernel.org, Michal Luczaj <mhal@...x.co>
Subject: [PATCH net v2 0/6] vsock: Transport reassignment and error
handling issues
Series deals with two issues:
- socket reference count imbalance due to an unforgiving transport release
(triggered by transport reassignment);
- unintentional API feature, a failing connect() making the socket
impossible to use for any subsequent connect() attempts.
Signed-off-by: Michal Luczaj <mhal@...x.co>
---
Changes in v2:
- Introduce vsock_connect_fd(), simplify the tests, stick to SOCK_STREAM,
collect Reviewed-by (Stefano)
- Link to v1: https://lore.kernel.org/r/20250117-vsock-transport-vs-autobind-v1-0-c802c803762d@rbox.co
---
Michal Luczaj (6):
vsock: Keep the binding until socket destruction
vsock: Allow retrying on connect() failure
vsock/test: Introduce vsock_bind()
vsock/test: Introduce vsock_connect_fd()
vsock/test: Add test for UAF due to socket unbinding
vsock/test: Add test for connect() retries
net/vmw_vsock/af_vsock.c | 13 ++++-
tools/testing/vsock/util.c | 87 +++++++++++-----------------
tools/testing/vsock/util.h | 2 +
tools/testing/vsock/vsock_test.c | 122 ++++++++++++++++++++++++++++++++++-----
4 files changed, 152 insertions(+), 72 deletions(-)
---
base-commit: d640627663bfe7d8963c7615316d7d4ef60f3b0b
change-id: 20250116-vsock-transport-vs-autobind-2da49f1d5a0a
Best regards,
--
Michal Luczaj <mhal@...x.co>
Powered by blists - more mailing lists