[PATCH mptcp-next 0/2] mptcp: fix local_addr_used issue in userspace PM

Gang Yan posted 2 patches 1 day, 20 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/20260723-localaddr-v1-0-ce84b865594a@kylinos.cn
net/mptcp/pm_userspace.c                          |  1 +
tools/testing/selftests/net/mptcp/userspace_pm.sh | 31 +++++++++++++++++++++++
2 files changed, 32 insertions(+)
[PATCH mptcp-next 0/2] mptcp: fix local_addr_used issue in userspace PM
Posted by Gang Yan 1 day, 20 hours ago
This series fixes a local_addr_used counter leak in the userspace PM
netlink REMOVE_ADDR handler and adds a selftest assertion that catches
it.

Signed-off-by: Gang Yan <yangang@kylinos.cn>
---
Gang Yan (2):
      mptcp: pm: userspace: decrement local_addr_used when remove
      selftests: mptcp: check local_addr_used in userspace PM

 net/mptcp/pm_userspace.c                          |  1 +
 tools/testing/selftests/net/mptcp/userspace_pm.sh | 31 +++++++++++++++++++++++
 2 files changed, 32 insertions(+)
---
base-commit: d2cc1d2dd6c52fda38f9a5ef2d5eb2acc5274473
change-id: 20260723-localaddr-117611798ee8

Best regards,
-- 
Gang Yan <yangang@kylinos.cn>