From: David S. Miller Date: Mon, 17 Jan 2022 13:07:47 +0000 (+0000) Subject: Merge branch 'skb-leak-fixes' X-Git-Tag: v5.17-rc1~37^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea674d7ca4f6ce080b813ac2d9a9397f13d2427;p=thirdparty%2Fkernel%2Flinux.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