From: David S. Miller Date: Mon, 29 Jul 2024 12:31:28 +0000 (+0100) Subject: Merge branch 'mptcp-endpoint-readd-fixes' into main X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=039564d2fd37b122ec0d268e2ee6334e7169e225;p=users%2Fjedix%2Flinux-maple.git Merge branch 'mptcp-endpoint-readd-fixes' into main Matthieu Baerts says: ==================== mptcp: fix signal endpoint readd Issue #501 [1] showed that the Netlink PM currently doesn't correctly support removal and re-add of signal endpoints. Patches 1 and 2 address the issue: the first one in the userspace path- manager, introduced in v5.19 ; and the second one in the in-kernel path- manager, introduced in v5.7. Patch 3 introduces a related selftest. There is no 'Fixes' tag, because it might be hard to backport it automatically, as missing helpers in Bash will not be caught when compiling the kernel or the selftests. The last two patches address two small issues in the MPTCP selftests, one introduced in v6.6., and the other one in v5.17. Link: https://github.com/multipath-tcp/mptcp_net-next/issues/501 [1] ==================== Signed-off-by: Matthieu Baerts (NGI0) Signed-off-by: David S. Miller --- 039564d2fd37b122ec0d268e2ee6334e7169e225