Message ID | 20231226-upstream-net-20231226-mptcp-prevent-warn-v1-0-1404dcc431ea@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: new reviewer and prevent a warning | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 26 Dec 2023 13:10:16 +0100 you wrote: > Patch 1 adds MPTCP long time contributor -- Geliang Tang -- as a new > reviewer for the project. Thanks! > > Patch 2 prevents a warning when TCP Diag is used to close internal MPTCP > listener subflows. This is a correction for a patch introduced in v6.4 > which was fixing an issue from v5.17. > > [...] Here is the summary with links: - [net,1/2] MAINTAINERS: add Geliang as reviewer for MPTCP https://git.kernel.org/netdev/net/c/118ba479d02c - [net,2/2] mptcp: prevent tcp diag from closing listener subflows https://git.kernel.org/netdev/net/c/4c0288299fd0 You are awesome, thank you!
Patch 1 adds MPTCP long time contributor -- Geliang Tang -- as a new reviewer for the project. Thanks! Patch 2 prevents a warning when TCP Diag is used to close internal MPTCP listener subflows. This is a correction for a patch introduced in v6.4 which was fixing an issue from v5.17. Signed-off-by: Matthieu Baerts <matttbe@kernel.org> --- Matthieu Baerts (1): MAINTAINERS: add Geliang as reviewer for MPTCP Paolo Abeni (1): mptcp: prevent tcp diag from closing listener subflows MAINTAINERS | 1 + net/mptcp/subflow.c | 13 +++++++++++++ 2 files changed, 14 insertions(+) --- base-commit: dff90e4a092b771354287fbe55e557467c9da620 change-id: 20231226-upstream-net-20231226-mptcp-prevent-warn-24f9494bb2a0 Best regards,