[PATCH net-next 0/5] mptcp: allow privileged operations from user ns & cleanup

From: Matthieu Baerts
Date: Tue Sep 06 2022 - 16:56:47 EST


This series allows privileged Netlink operations from user namespaces. When a
non-root user configures MPTCP endpoints, the memory allocation is now accounted
to this user. See patches 4 and 5.

Apart from that, there are some cleanup:

- Patch 1 adds a macro to improve code readability

- Patch 2 regroups similar checks all together

- Patch 3 uses an explicit boolean instead of a counter to do one more check

Geliang Tang (2):
selftests: mptcp: move prefix tests of addr_nr_ns2 together
mptcp: add do_check_data_fin to replace copied

Matthieu Baerts (1):
mptcp: add mptcp_for_each_subflow_safe helper

Thomas Haller (2):
mptcp: allow privileged operations from user namespaces
mptcp: account memory allocation in mptcp_nl_cmd_add_addr() to user

net/mptcp/pm_netlink.c | 22 +++++++++----------
net/mptcp/protocol.c | 13 ++++++-----
net/mptcp/protocol.h | 2 ++
.../testing/selftests/net/mptcp/mptcp_join.sh | 10 ++++-----
4 files changed, 24 insertions(+), 23 deletions(-)


base-commit: 03fdb11da92fde0bdc0b6e9c1c642b7414d49e8d
--
2.37.2