Re: [PATCH net] sctp: fix sockets_allocated imbalance after sk_clone()
[email protected] Thu, 23 Apr 2026 04:10:13 +0000
| Newsgroups | org.kernel.vger.linux-sctp,org.kernel.vger.netdev |
|---|---|
| Message-ID | <177691741355.4152232.15250739127421929666.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <[email protected]>: On Fri, 17 Apr 2026 17:09:40 -0400 you wrote: > sk_clone() increments sockets_allocated and sets the socket refcount to 2. > SCTP performs additional accounting in sctp_clone_sock(), so the clone-time > increment must be undone to avoid double counting. > > Note we cannot simply remove the SCTP-side increment, because the SCTP > destroy path in sctp_destroy_sock() only decrements sockets_allocated when > sp->ep is set, which may not be true for all failure paths in > sctp_clone_sock(). > > [...] Here is the summary with links: - [net] sctp: fix sockets_allocated imbalance after sk_clone() https://git.kernel.org/netdev/net/c/7c9b012d6367 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html