commit | 44f5e0480752b356f577aef90a5813299c3c60b1 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Apr 10 13:07:02 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 10 13:07:02 2019 -0700 |
tree | 745bb98ce86c2b200e8d2c642ddcf65c4cb9a2ef | |
parent | f4a58857151f5d0a885fcebb47f6fb1b17dfda9a [diff] | |
parent | 4a9c2e3746e6151fd5d077259d79ce9ca86d47d7 [diff] |
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 <davem@davemloft.net>