Message ID | 20250224-net-mptcp-misc-fixes-v1-0-f550f636b435@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: misc. fixes | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 24 Feb 2025 19:11:49 +0100 you wrote: > Here are two unrelated fixes, plus an extra patch: > > - Patch 1: prevent a warning by removing an unneeded and incorrect small > optimisation in the path-manager. A fix for v5.10. > > - Patch 2: reset a subflow when MPTCP opts have been dropped after > having correctly added a new path. A fix for v5.19. > > [...] Here is the summary with links: - [net,1/3] mptcp: always handle address removal under msk socket lock https://git.kernel.org/netdev/net/c/f865c24bc551 - [net,2/3] mptcp: reset when MPTCP opts are dropped after join https://git.kernel.org/netdev/net/c/8668860b0ad3 - [net,3/3] mptcp: safety check before fallback https://git.kernel.org/netdev/net/c/db75a16813aa You are awesome, thank you!
Here are two unrelated fixes, plus an extra patch: - Patch 1: prevent a warning by removing an unneeded and incorrect small optimisation in the path-manager. A fix for v5.10. - Patch 2: reset a subflow when MPTCP opts have been dropped after having correctly added a new path. A fix for v5.19. - Patch 3: add a safety check to prevent issues like the one fixed by the second patch. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> --- Matthieu Baerts (NGI0) (2): mptcp: reset when MPTCP opts are dropped after join mptcp: safety check before fallback Paolo Abeni (1): mptcp: always handle address removal under msk socket lock net/mptcp/pm_netlink.c | 5 ----- net/mptcp/protocol.h | 2 ++ net/mptcp/subflow.c | 15 +-------------- 3 files changed, 3 insertions(+), 19 deletions(-) --- base-commit: f15176b8b6e72ac30e14fd273282d2b72562d26b change-id: 20250224-net-mptcp-misc-fixes-8af87640dfef Best regards,