Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/5] mptcp: misc fixes for v7.2-rc5
@ 2026-07-21 22:14 Matthieu Baerts (NGI0)
  2026-07-21 22:14 ` [PATCH net 1/5] mptcp: decrement subflows counter on failed passive join Matthieu Baerts (NGI0)
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Matthieu Baerts (NGI0) @ 2026-07-21 22:14 UTC (permalink / raw)
  To: Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman
  Cc: netdev, mptcp, linux-kernel, Matthieu Baerts (NGI0),
	Chenguang Zhao, stable, Xuanqiang Luo, Kalpan Jani, Shuah Khan,
	linux-kselftest, Frank Ranner, kernel test robot, Geliang Tang

Here are various unrelated fixes:

- Patch 1: decrement extra subflows counter in case of errors with
  passive MP_JOIN. A fix for v5.7.

- Patch 2: fix use-after-free in userspace_pm_get_local_id. A fix for
  v5.19.

- Patch 3: fix stale skb->sk reference on subflow close, in case of
  concurrent read operation. A fix for v6.19.

- Patch 4: wait on the correct port in the userspace_pm.sh selftest. A
  fix for v6.19.

- Patch 5: fix a BUILD_BUG_ON on legacy ARM config. A fix for v7.1.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Chenguang Zhao (1):
      mptcp: decrement subflows counter on failed passive join

Geliang Tang (2):
      mptcp: pm: userspace: fix use-after-free in get_local_id
      selftests: mptcp: userspace_pm: fix undefined variable port

Kalpan Jani (1):
      mptcp: fix stale skb->sk reference on subflow close

Matthieu Baerts (NGI0) (1):
      mptcp: fix BUILD_BUG_ON on legacy ARM config

 net/mptcp/options.c                               |  5 +---
 net/mptcp/pm_userspace.c                          |  7 +++--
 net/mptcp/protocol.c                              | 34 +++++++++++++----------
 tools/testing/selftests/net/mptcp/userspace_pm.sh |  2 +-
 4 files changed, 27 insertions(+), 21 deletions(-)
---
base-commit: eaa39f9f8ac8c1d032cd26b9cd572804e9d7683f
change-id: 20260721-net-mptcp-misc-fixes-7-2-rc5-693149ea17dc

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


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

end of thread, other threads:[~2026-07-23 18:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21 22:14 [PATCH net 0/5] mptcp: misc fixes for v7.2-rc5 Matthieu Baerts (NGI0)
2026-07-21 22:14 ` [PATCH net 1/5] mptcp: decrement subflows counter on failed passive join Matthieu Baerts (NGI0)
2026-07-21 22:14 ` [PATCH net 2/5] mptcp: pm: userspace: fix use-after-free in get_local_id Matthieu Baerts (NGI0)
2026-07-21 22:14 ` [PATCH net 3/5] mptcp: fix stale skb->sk reference on subflow close Matthieu Baerts (NGI0)
2026-07-21 22:14 ` [PATCH net 4/5] selftests: mptcp: userspace_pm: fix undefined variable port Matthieu Baerts (NGI0)
2026-07-21 22:14 ` [PATCH net 5/5] mptcp: fix BUILD_BUG_ON on legacy ARM config Matthieu Baerts (NGI0)
2026-07-23 18:10 ` [PATCH net 0/5] mptcp: misc fixes for v7.2-rc5 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