Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH net 0/5] mptcp: avoid dup NL events and propagate error
@ 2026-01-27 19:27 Matthieu Baerts (NGI0)
  2026-01-27 19:27 ` [PATCH net 1/5] mptcp: avoid dup SUB_CLOSED events after disconnect Matthieu Baerts (NGI0)
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Matthieu Baerts (NGI0) @ 2026-01-27 19:27 UTC (permalink / raw)
  To: Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Shuah Khan
  Cc: netdev, mptcp, linux-kernel, linux-kselftest,
	Matthieu Baerts (NGI0), stable, Marco Angaroni

Here are two fixes affecting the MPTCP Netlink events with their tests:

- Patches 1 & 2: a subflow closed NL event was visible multiple times in
  some specific conditions. A fix for v5.12.

- Patches 3 & 4: subflow closed NL events never contained the error
  code, even when expected. A fix for v5.11.

Plus an extra fix:

- Patch 5: fix a false positive with the "signal addresses race test"
  subtest when validating the MPTCP Join selftest on a v5.15.y stable
  kernel.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Matthieu Baerts (NGI0) (5):
      mptcp: avoid dup SUB_CLOSED events after disconnect
      selftests: mptcp: check no dup close events after error
      mptcp: only reset subflow errors when propagated
      selftests: mptcp: check subflow errors in close events
      selftests: mptcp: join: fix local endp not being tracked

 net/mptcp/protocol.c                            | 13 ++--
 tools/testing/selftests/net/mptcp/mptcp_join.sh | 81 ++++++++++++++++++++++---
 2 files changed, 81 insertions(+), 13 deletions(-)
---
base-commit: e9acda52fd2ee0cdca332f996da7a95c5fd25294
change-id: 20260127-net-mptcp-dup-nl-events-64f970f274b0

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-01-29  5:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 19:27 [PATCH net 0/5] mptcp: avoid dup NL events and propagate error Matthieu Baerts (NGI0)
2026-01-27 19:27 ` [PATCH net 1/5] mptcp: avoid dup SUB_CLOSED events after disconnect Matthieu Baerts (NGI0)
2026-01-27 19:27 ` [PATCH net 2/5] selftests: mptcp: check no dup close events after error Matthieu Baerts (NGI0)
2026-01-27 19:27 ` [PATCH net 3/5] mptcp: only reset subflow errors when propagated Matthieu Baerts (NGI0)
2026-01-27 19:27 ` [PATCH net 4/5] selftests: mptcp: check subflow errors in close events Matthieu Baerts (NGI0)
2026-01-27 19:27 ` [PATCH net 5/5] selftests: mptcp: join: fix local endp not being tracked Matthieu Baerts (NGI0)
2026-01-29  5:10 ` [PATCH net 0/5] mptcp: avoid dup NL events and propagate error patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox