From: David S. Miller Date: Wed, 10 Apr 2019 20:07:02 +0000 (-0700) Subject: Merge branch 'tls-leaks' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=44f5e0480752b356f577aef90a5813299c3c60b1;p=linux.git Merge branch 'tls-leaks' Jakub Kicinski says: ==================== net: tls: fix memory leaks and freeing skbs 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. ==================== Signed-off-by: David S. Miller --- 44f5e0480752b356f577aef90a5813299c3c60b1