MPTCP Linux Development
 help / color / mirror / Atom feed
* [PATCH net 0/2] mptcp: Properly clean up unaccepted subflows
@ 2022-09-27 19:31 Mat Martineau
  2022-09-27 19:31 ` [PATCH net 1/2] mptcp: factor out __mptcp_close() without socket lock Mat Martineau
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mat Martineau @ 2022-09-27 19:31 UTC (permalink / raw)
  To: netdev
  Cc: Mat Martineau, davem, kuba, pabeni, edumazet, fw, matthieu.baerts,
	mptcp

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
-- 
2.37.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-29  2:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-27 19:31 [PATCH net 0/2] mptcp: Properly clean up unaccepted subflows Mat Martineau
2022-09-27 19:31 ` [PATCH net 1/2] mptcp: factor out __mptcp_close() without socket lock Mat Martineau
2022-09-27 19:31 ` [PATCH net 2/2] mptcp: fix unreleased socket in accept queue Mat Martineau
2022-09-29  2:20 ` [PATCH net 0/2] mptcp: Properly clean up unaccepted subflows patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox