Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH net 0/4] mptcp: misc fixes for v6.19-rc1
@ 2025-12-05 18:55 Matthieu Baerts (NGI0)
  2025-12-05 18:55 ` [PATCH net 1/4] mptcp: pm: ignore unknown endpoint flags Matthieu Baerts (NGI0)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Matthieu Baerts (NGI0) @ 2025-12-05 18:55 UTC (permalink / raw)
  To: Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Shuah Khan,
	Kuniyuki Iwashima, Dmytro Shytyi
  Cc: netdev, mptcp, linux-kernel, linux-kselftest,
	Matthieu Baerts (NGI0), stable

Here are various unrelated fixes:

- Patches 1-2: ignore unknown in-kernel PM endpoint flags instead of
  pretending they are supported. A fix for v5.7.

- Patch 3: avoid potential unnecessary rtx timer expiration. A fix for
  v5.15.

- Patch 4: avoid a deadlock on fallback in case of SKB creation failure
  while re-injecting.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Matthieu Baerts (NGI0) (2):
      mptcp: pm: ignore unknown endpoint flags
      selftests: mptcp: pm: ensure unknown flags are ignored

Paolo Abeni (2):
      mptcp: schedule rtx timer only after pushing data
      mptcp: avoid deadlock on fallback while reinjecting

 include/uapi/linux/mptcp.h                      |  1 +
 net/mptcp/pm_netlink.c                          |  3 ++-
 net/mptcp/protocol.c                            | 22 ++++++++++++++--------
 tools/testing/selftests/net/mptcp/pm_netlink.sh |  4 ++++
 tools/testing/selftests/net/mptcp/pm_nl_ctl.c   | 11 +++++++++++
 5 files changed, 32 insertions(+), 9 deletions(-)
---
base-commit: 0373d5c387f24de749cc22e694a14b3a7c7eb515
change-id: 20251205-net-mptcp-misc-fixes-6-19-rc1-5174bd3df981

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


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

end of thread, other threads:[~2025-12-09 11:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-05 18:55 [PATCH net 0/4] mptcp: misc fixes for v6.19-rc1 Matthieu Baerts (NGI0)
2025-12-05 18:55 ` [PATCH net 1/4] mptcp: pm: ignore unknown endpoint flags Matthieu Baerts (NGI0)
2025-12-05 18:55 ` [PATCH net 2/4] selftests: mptcp: pm: ensure unknown flags are ignored Matthieu Baerts (NGI0)
2025-12-05 18:55 ` [PATCH net 3/4] mptcp: schedule rtx timer only after pushing data Matthieu Baerts (NGI0)
2025-12-05 18:55 ` [PATCH net 4/4] mptcp: avoid deadlock on fallback while reinjecting Matthieu Baerts (NGI0)
2025-12-09 11:50 ` [PATCH net 0/4] mptcp: misc fixes for v6.19-rc1 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