Message ID | 20220927193158.195729-1-mathew.j.martineau@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: Properly clean up unaccepted subflows | expand |
Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Tue, 27 Sep 2022 12:31:56 -0700 you wrote: > Patch 1 factors out part of the mptcp_close() function for use by a caller > that already owns the socket lock. This is a prerequisite for patch 2. > > Patch 2 is the fix that fully cleans up the unaccepted subflow sockets. > > Menglong Dong (2): > mptcp: factor out __mptcp_close() without socket lock > mptcp: fix unreleased socket in accept queue > > [...] Here is the summary with links: - [net,1/2] mptcp: factor out __mptcp_close() without socket lock https://git.kernel.org/netdev/net/c/26d3e21ce1aa - [net,2/2] mptcp: fix unreleased socket in accept queue https://git.kernel.org/netdev/net/c/30e51b923e43 You are awesome, thank you!