From: Geliang Tang <geliang@kernel.org>
To: mptcp@lists.linux.dev
Cc: Geliang Tang <tanggeliang@kylinos.cn>
Subject: [PATCH mptcp-next v6 0/3] only remove entry from local_addr_list when sending a REMOVE_ADDR
Date: Sat, 27 Jun 2026 06:45:52 +0800 [thread overview]
Message-ID: <cover.1782513313.git.tanggeliang@kylinos.cn> (raw)
From: Geliang Tang <tanggeliang@kylinos.cn>
v6:
- patch 2: now explicitly removes userspace pm addresses using
userspace_pm_rm_addr, instead of merely updating dump_addr expectations.
- patch 3: dropped duplicate "sleep 0.5".
- The pre-existing issue Sashiko mentioned in v5, "it's not safe to
decrement sk->sk_omem_alloc synchronously while deferring the actual
memory free via kfree_rcu_mightsleep(match)", will be addressed in a
separate patch.
v5:
- rebased.
- add Matt's reviewed tags.
- add a RM_ADDR from the server to the client as Sashiko suggested.
- mptcpd tests (make check) are still OK after this modification.
- Link: https://patchwork.kernel.org/project/mptcp/cover/cover.1782457962.git.tanggeliang@kylinos.cn/
v4:
- rebased.
- Link: https://patchwork.kernel.org/project/mptcp/cover/cover.1776466833.git.tanggeliang@kylinos.cn/
v3:
- update userspace selftests.
- Link: https://patchwork.kernel.org/project/mptcp/cover/cover.1744787273.git.tanggeliang@kylinos.cn/
v2:
- squash patch 1 into patch 2 as Mat suggested.
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/403
Geliang Tang (3):
mptcp: pm: userspace: drop delete_local_addr helper
selftests: mptcp: join: explicitly remove userspace pm addresses
selftests: mptcp: userspace: send RM_ADDR between server and client
net/mptcp/pm_userspace.c | 35 ++-----------------
.../testing/selftests/net/mptcp/mptcp_join.sh | 4 ++-
.../selftests/net/mptcp/userspace_pm.sh | 14 ++++++++
3 files changed, 19 insertions(+), 34 deletions(-)
--
2.53.0
next reply other threads:[~2026-06-26 22:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-26 22:45 Geliang Tang [this message]
2026-06-26 22:45 ` [PATCH mptcp-next v6 1/3] mptcp: pm: userspace: drop delete_local_addr helper Geliang Tang
2026-06-26 22:45 ` [PATCH mptcp-next v6 2/3] selftests: mptcp: join: explicitly remove userspace pm addresses Geliang Tang
2026-06-26 22:45 ` [PATCH mptcp-next v6 3/3] selftests: mptcp: userspace: send RM_ADDR between server and client Geliang Tang
2026-06-26 23:58 ` [PATCH mptcp-next v6 0/3] only remove entry from local_addr_list when sending a REMOVE_ADDR 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.1782513313.git.tanggeliang@kylinos.cn \
--to=geliang@kernel.org \
--cc=mptcp@lists.linux.dev \
--cc=tanggeliang@kylinos.cn \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox