All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-net v2 0/2] mptcp: a couple of fixes
@ 2023-03-29 17:32 Paolo Abeni
  2023-03-29 17:32 ` [PATCH mptcp-net v2 1/2] mptcp: stops worker on unaccepted sockets at listener close Paolo Abeni
  2023-03-29 17:32 ` [PATCH mptcp-net v2 2/2] mptcp: fix accept vs worker race Paolo Abeni
  0 siblings, 2 replies; 7+ messages in thread
From: Paolo Abeni @ 2023-03-29 17:32 UTC (permalink / raw)
  To: mptcp; +Cc: Christoph Paasch

dump cover letter to trigger the CI, see the individual
changelog for the details.

Note that patch  2/2 introduces a behavioral change that hits
the packetdrill test close_before_accept.pkt. The msk socket
will be CLOSED after accept if the first subflow is closed
before accept.

Paolo Abeni (2):
  mptcp: stops worker on unaccepted sockets at listener close
  mptcp: fix accept vs worker race

 net/mptcp/protocol.c | 54 ++++++++++++++++++-----------
 net/mptcp/protocol.h |  2 ++
 net/mptcp/subflow.c  | 82 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 118 insertions(+), 20 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-03-30 18:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-29 17:32 [PATCH mptcp-net v2 0/2] mptcp: a couple of fixes Paolo Abeni
2023-03-29 17:32 ` [PATCH mptcp-net v2 1/2] mptcp: stops worker on unaccepted sockets at listener close Paolo Abeni
2023-03-29 17:32 ` [PATCH mptcp-net v2 2/2] mptcp: fix accept vs worker race Paolo Abeni
2023-03-29 18:32   ` mptcp: fix accept vs worker race: Tests Results MPTCP CI
2023-03-30 17:20   ` [PATCH mptcp-net v2 2/2] mptcp: fix accept vs worker race Matthieu Baerts
2023-03-30 17:24     ` Paolo Abeni
2023-03-30 18:22   ` mptcp: fix accept vs worker race: Tests Results MPTCP CI

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.