Searched hist:db094aa8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/tls/ |
H A D | tls_sw.c | db094aa8 Mon Jan 17 03:27:32 CST 2022 Gal Pressman <gal@nvidia.com> net/tls: Fix another skb memory leak when running kTLS traffic
This patch is a followup to commit ffef737fd037 ("net/tls: Fix skb memory leak when running kTLS traffic")
Which was missing another sk_defer_free_flush() call in tls_sw_splice_read().
Fixes: f35f821935d8 ("tcp: defer skb freeing after socket lock is released") Signed-off-by: Gal Pressman <gal@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|