From: Paolo Abeni <pabeni@redhat.com>
To: mptcp@lists.linux.dev
Cc: Christoph Paasch <cpaasch@apple.com>
Subject: [PATCH mptcp-net v2 0/2] mptcp: a couple of fixes
Date: Wed, 29 Mar 2023 19:32:49 +0200 [thread overview]
Message-ID: <cover.1680110912.git.pabeni@redhat.com> (raw)
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
next reply other threads:[~2023-03-29 17:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-29 17:32 Paolo Abeni [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1680110912.git.pabeni@redhat.com \
--to=pabeni@redhat.com \
--cc=cpaasch@apple.com \
--cc=mptcp@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.