Hi! This series fixes two memory issues and a stack overflow. First two patches are fairly simple leaks. Third patch partially reverts an optimization made to the strparser which causes creation of skb->frag_list->skb->frag_list... chains of 100s of skbs, leading to recursive kfree_skb() filling up the kernel stack.
Jakub Kicinski (3): net/tls: fix the IV leaks net/tls: don't leak partially sent record in device mode net: strparser: partially revert "strparser: Call skb_unclone conditionally" include/net/tls.h | 2 ++ net/strparser/strparser.c | 12 +++++------- net/tls/tls_device.c | 12 +++++++++++- net/tls/tls_main.c | 22 ++++++++++++++++++++++ net/tls/tls_sw.c | 15 +-------------- 5 files changed, 41 insertions(+), 22 deletions(-) -- 2.21.0