public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/3] mptcp: misc. fixes
@ 2025-02-24 18:11 Matthieu Baerts (NGI0)
  2025-02-24 18:11 ` [PATCH net 1/3] mptcp: always handle address removal under msk socket lock Matthieu Baerts (NGI0)
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Matthieu Baerts (NGI0) @ 2025-02-24 18:11 UTC (permalink / raw)
  To: mptcp, Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman
  Cc: netdev, linux-kernel, Matthieu Baerts (NGI0), stable,
	syzbot+cd3ce3d03a3393ae9700, Chester A. Unal

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,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>


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

end of thread, other threads:[~2025-02-26  3:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-24 18:11 [PATCH net 0/3] mptcp: misc. fixes Matthieu Baerts (NGI0)
2025-02-24 18:11 ` [PATCH net 1/3] mptcp: always handle address removal under msk socket lock Matthieu Baerts (NGI0)
2025-02-24 18:11 ` [PATCH net 2/3] mptcp: reset when MPTCP opts are dropped after join Matthieu Baerts (NGI0)
2025-02-25 12:04   ` Chester A. Unal
2025-02-24 18:11 ` [PATCH net 3/3] mptcp: safety check before fallback Matthieu Baerts (NGI0)
2025-02-26  3:20 ` [PATCH net 0/3] mptcp: misc. fixes 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