From: David S. Miller Date: Mon, 17 Jan 2022 13:07:47 +0000 (+0000) Subject: Merge branch 'skb-leak-fixes' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9ea674d7ca4f6ce080b813ac2d9a9397f13d2427;p=linux.git Merge branch 'skb-leak-fixes' Gal Pressman says: ==================== net: Couple of skb memory leak fixes As discussed in: https://lore.kernel.org/netdev/20220102081253.9123-1-gal@nvidia.com/ These are the two followup suggestions from Eric and Jakub. Patch #1 adds a sk_defer_free_flush() call to the kTLS splice_read handler. Patch #2 verifies the defer list is empty on socket destroy, and calls a defer free flush as well. ==================== Signed-off-by: David S. Miller --- 9ea674d7ca4f6ce080b813ac2d9a9397f13d2427