Short series fixing some memory leaks that I've stumbled upon while toying with the selftests. The last patch is a refactoring. Signed-off-by: Michal Luczaj <mhal@xxxxxxx> --- Michal Luczaj (4): virtio/vsock: Fix accept_queue memory leak virtio/vsock: Fix sk_error_queue memory leak virtio/vsock: Improve MSG_ZEROCOPY error handling virtio/vsock: Put vsock_connected_sockets_vsk() to use net/vmw_vsock/af_vsock.c | 6 ++++-- net/vmw_vsock/virtio_transport_common.c | 9 +++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) --- base-commit: 372ea06d6187810351ed778faf683e93f16a5de4 change-id: 20241106-vsock-mem-leaks-9b63e912560a Best regards, -- Michal Luczaj <mhal@xxxxxxx>