mbox series

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

Message ID 20241107-vsock-mem-leaks-v2-0-4e21bfcfc818@rbox.co (mailing list archive)
Headers show
Series virtio/vsock: Fix memory leaks | expand

Message

Michal Luczaj Nov. 7, 2024, 8:46 p.m. UTC
Short series fixing some memory leaks that I've stumbled upon while toying
with the selftests.

Signed-off-by: Michal Luczaj <mhal@rbox.co>
---
Changes in v2:
- Remove the refactoring patch from the series [Stefano]
- PATCH 2: Drop "virtio" from the commit title [Stefano]
- Collect Reviewed-by [Stefano]
- Link to v1: https://lore.kernel.org/r/20241106-vsock-mem-leaks-v1-0-8f4ffc3099e6@rbox.co

---
Michal Luczaj (3):
      virtio/vsock: Fix accept_queue memory leak
      vsock: Fix sk_error_queue memory leak
      virtio/vsock: Improve MSG_ZEROCOPY error handling

 net/vmw_vsock/af_vsock.c                | 3 +++
 net/vmw_vsock/virtio_transport_common.c | 9 +++++++++
 2 files changed, 12 insertions(+)
---
base-commit: 71712cf519faeed529549a79559c06c7fc250a15
change-id: 20241106-vsock-mem-leaks-9b63e912560a

Best regards,