mbox series

[net,0/4] virtio/vsock: Fix memory leaks

Message ID 20241106-vsock-mem-leaks-v1-0-8f4ffc3099e6@rbox.co (mailing list archive)
Headers show
Series virtio/vsock: Fix memory leaks | expand

Message

Michal Luczaj Nov. 6, 2024, 5:51 p.m. UTC
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@rbox.co>
---
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,