Patch 1 addresses a race condition in MPTCP "delegated actions" infrastructure. Affects v5.19 and later.
Patch 2 removes an unnecessary restriction that did not allow additional outgoing subflows using the local address of the initial MPTCP subflow. v5.16 and later.
Patch 3 updates Matthieu's email address.
Signed-off-by: Mat Martineau martineau@kernel.org --- Geliang Tang (1): mptcp: userspace pm allow creating id 0 subflow
Matthieu Baerts (1): MAINTAINERS: update Matthieu's email address
Paolo Abeni (1): mptcp: fix delegated action races
.mailmap | 1 + MAINTAINERS | 2 +- net/mptcp/pm_userspace.c | 6 ------ net/mptcp/protocol.c | 28 ++++++++++++++-------------- net/mptcp/protocol.h | 35 ++++++++++++----------------------- net/mptcp/subflow.c | 10 ++++++++-- 6 files changed, 36 insertions(+), 46 deletions(-) --- base-commit: 0add5c597f3253a9c6108a0a81d57f44ab0d9d30 change-id: 20231004-send-net-20231004-7e1422eddf40
Best regards,