Message ID | 20231215-upstream-net-20231215-mptcp-misc-fixes-v1-0-91d20266d525@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: misc. fixes for v6.7 | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 15 Dec 2023 17:04:23 +0100 you wrote: > Here are a few fixes related to MPTCP: > > Patch 1 avoids skipping some subtests of the MPTCP Join selftest by > mistake when using older versions of GCC. This fixes a patch introduced > in v6.4, backported up to v6.1. > > Patch 2 fixes an inconsistent state when using MPTCP + FastOpen. A fix > for v6.2. > > [...] Here is the summary with links: - [net,1/4] selftests: mptcp: join: fix subflow_send_ack lookup https://git.kernel.org/netdev/net/c/c8f021eec581 - [net,2/4] mptcp: fix inconsistent state on fastopen race https://git.kernel.org/netdev/net/c/4fd19a307016 - [net,3/4] mptcp: fill in missing MODULE_DESCRIPTION() https://git.kernel.org/netdev/net/c/a8f570b24797 - [net,4/4] mailmap: add entries for Geliang Tang https://git.kernel.org/netdev/net/c/356c71c46169 You are awesome, thank you!
Here are a few fixes related to MPTCP: Patch 1 avoids skipping some subtests of the MPTCP Join selftest by mistake when using older versions of GCC. This fixes a patch introduced in v6.4, backported up to v6.1. Patch 2 fixes an inconsistent state when using MPTCP + FastOpen. A fix for v6.2. Patch 3 adds a description for MPTCP Kunit test modules to avoid a warning. Patch 4 adds an entry to the mailmap file for Geliang's email addresses. Signed-off-by: Matthieu Baerts <matttbe@kernel.org> --- Geliang Tang (2): selftests: mptcp: join: fix subflow_send_ack lookup mailmap: add entries for Geliang Tang Matthieu Baerts (1): mptcp: fill in missing MODULE_DESCRIPTION() Paolo Abeni (1): mptcp: fix inconsistent state on fastopen race .mailmap | 4 ++++ net/mptcp/crypto_test.c | 1 + net/mptcp/protocol.c | 6 +++--- net/mptcp/protocol.h | 9 +++++--- net/mptcp/subflow.c | 28 +++++++++++++++---------- net/mptcp/token_test.c | 1 + tools/testing/selftests/net/mptcp/mptcp_join.sh | 8 +++---- 7 files changed, 36 insertions(+), 21 deletions(-) --- base-commit: 64b8bc7d5f1434c636a40bdcfcd42b278d1714be change-id: 20231215-upstream-net-20231215-mptcp-misc-fixes-33c4380c2f32 Best regards,