All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ipsec 0/2] fix some leaks in espintcp
@ 2025-04-09 13:59 Sabrina Dubroca
  2025-04-09 13:59 ` [PATCH ipsec 1/2] espintcp: fix skb leaks Sabrina Dubroca
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sabrina Dubroca @ 2025-04-09 13:59 UTC (permalink / raw)
  To: netdev; +Cc: Sabrina Dubroca, Herbert Xu, Steffen Klassert

kmemleak spotted a few leaks that have been here since the beginning.

Sabrina Dubroca (2):
  espintcp: fix skb leaks
  espintcp: remove encap socket caching to avoid reference leak

 include/net/xfrm.h    |  1 -
 net/ipv4/esp4.c       | 53 ++++++-------------------------------------
 net/ipv6/esp6.c       | 53 ++++++-------------------------------------
 net/xfrm/espintcp.c   |  4 +++-
 net/xfrm/xfrm_state.c |  3 ---
 5 files changed, 17 insertions(+), 97 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-04-14 10:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-09 13:59 [PATCH ipsec 0/2] fix some leaks in espintcp Sabrina Dubroca
2025-04-09 13:59 ` [PATCH ipsec 1/2] espintcp: fix skb leaks Sabrina Dubroca
2025-04-11 13:58   ` Simon Horman
2025-04-09 13:59 ` [PATCH ipsec 2/2] espintcp: remove encap socket caching to avoid reference leak Sabrina Dubroca
2025-04-11 13:59   ` Simon Horman
2025-04-14 10:00 ` [PATCH ipsec 0/2] fix some leaks in espintcp Steffen Klassert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.