Re: [PATCH net v3 0/6] vsock: Transport reassignment and error handling issues

2025-01-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 28 Jan 2025 14:15:26 +0100 you wrote: > Series deals with two issues: > - socket reference count imbalance due to an unforgiving transport release > (triggered by transport reassignment); > - unintentional API f

Re: [PATCH net v3 0/6] vsock: Transport reassignment and error handling issues

2025-01-28 Thread Luigi Leonardi
On Tue, Jan 28, 2025 at 02:15:26PM +0100, Michal Luczaj wrote: 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

[PATCH net v3 0/6] vsock: Transport reassignment and error handling issues

2025-01-28 Thread Michal Luczaj
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. Luigi, I took the opportun