All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 mptcp-net 0/2] mptcp: a couple of fixes
@ 2023-03-30 19:22 Paolo Abeni
  2023-03-30 19:22 ` [PATCH v3 mptcp-net 1/2] mptcp: stops worker on unaccepted sockets at listener close Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Paolo Abeni @ 2023-03-30 19:22 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.

v2 -> v3:
 - fix locking in patch 2/2 as spotted by Matttbe

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  | 83 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 119 insertions(+), 20 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-04-04 17:10 UTC | newest]

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

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.