mbox series

[net,0/2] mptcp: Properly clean up unaccepted subflows

Message ID 20220927193158.195729-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Properly clean up unaccepted subflows | expand

Message

Mat Martineau Sept. 27, 2022, 7:31 p.m. UTC
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

 net/mptcp/protocol.c | 16 +++++++++++++---
 net/mptcp/protocol.h |  2 ++
 net/mptcp/subflow.c  | 33 +++++++--------------------------
 3 files changed, 22 insertions(+), 29 deletions(-)


base-commit: 797666cd5af041ffb66642fff62f7389f08566a2

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 29, 2022, 2:20 a.m. UTC | #1
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!