[PATCH mptcp-next 0/2] mptcp: fix local_addr_used issue in userspace PM
Gang Yan <[email protected]> Thu, 23 Jul 2026 17:55:56 +0800
| Newsgroups | dev.linux.lists.mptcp |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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 <[email protected]>