From: David S. Miller Date: Mon, 24 Oct 2022 08:40:39 +0000 (+0100) Subject: Merge branch 'inet6_destroy_sock-calls-remove' X-Git-Tag: v6.2-rc1~99^2~393 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04d63e62efa4d33b340570d10a59f9c20e58c81a;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'inet6_destroy_sock-calls-remove' Kuniyuki Iwashima says: ==================== inet6: Remove inet6_destroy_sock() calls. This is a follow-up series for commit d38afeec26ed ("tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct()."). This series cleans up unnecessary inet6_destory_sock() calls in sk->sk_prot->destroy() and call it from sk->sk_destruct() to make sure we do not leak memory related to IPv6 specific-resources. Changes: v2: * patch 1 * Fix build failure for CONFIG_MPTCP_IPV6=y v1: https://lore.kernel.org/netdev/20221018190956.1308-1-kuniyu@amazon.com/ ==================== Signed-off-by: David S. Miller --- 04d63e62efa4d33b340570d10a59f9c20e58c81a