public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/5] mptcp: fix signal endpoint readd
@ 2024-07-27  9:03 Matthieu Baerts (NGI0)
  2024-07-27  9:03 ` [PATCH net 1/5] mptcp: fix user-space PM announced address accounting Matthieu Baerts (NGI0)
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Matthieu Baerts (NGI0) @ 2024-07-27  9:03 UTC (permalink / raw)
  To: mptcp, Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Shuah Khan
  Cc: netdev, linux-kernel, linux-kselftest, Matthieu Baerts (NGI0),
	stable, Liu Jing

Issue #501 [1] showed that the Netlink PM currently doesn't correctly
support removal and re-add of signal endpoints.

Patches 1 and 2 address the issue: the first one in the userspace path-
manager, introduced in v5.19 ; and the second one in the in-kernel path-
manager, introduced in v5.7.

Patch 3 introduces a related selftest. There is no 'Fixes' tag, because
it might be hard to backport it automatically, as missing helpers in
Bash will not be caught when compiling the kernel or the selftests.

The last two patches address two small issues in the MPTCP selftests,
one introduced in v6.6., and the other one in v5.17.

Link: https://github.com/multipath-tcp/mptcp_net-next/issues/501 [1]
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Liu Jing (1):
      selftests: mptcp: always close input's FD if opened

Paolo Abeni (4):
      mptcp: fix user-space PM announced address accounting
      mptcp: fix NL PM announced address accounting
      selftests: mptcp: add explicit test case for remove/readd
      selftests: mptcp: fix error path

 net/mptcp/pm_netlink.c                            | 27 ++++++++++++++------
 tools/testing/selftests/net/mptcp/mptcp_connect.c |  8 +++---
 tools/testing/selftests/net/mptcp/mptcp_join.sh   | 31 ++++++++++++++++++++++-
 3 files changed, 53 insertions(+), 13 deletions(-)
---
base-commit: 301927d2d2eb8e541357ba850bc7a1a74dbbd670
change-id: 20240726-upstream-net-20240726-mptcp-fix-signal-readd-f3c72bbcbceb

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


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

end of thread, other threads:[~2024-07-29 12:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-27  9:03 [PATCH net 0/5] mptcp: fix signal endpoint readd Matthieu Baerts (NGI0)
2024-07-27  9:03 ` [PATCH net 1/5] mptcp: fix user-space PM announced address accounting Matthieu Baerts (NGI0)
2024-07-27  9:04 ` [PATCH net 2/5] mptcp: fix NL " Matthieu Baerts (NGI0)
2024-07-27  9:04 ` [PATCH net 3/5] selftests: mptcp: add explicit test case for remove/readd Matthieu Baerts (NGI0)
2024-07-27  9:04 ` [PATCH net 4/5] selftests: mptcp: fix error path Matthieu Baerts (NGI0)
2024-07-27  9:04 ` [PATCH net 5/5] selftests: mptcp: always close input's FD if opened Matthieu Baerts (NGI0)
2024-07-29 12:40 ` [PATCH net 0/5] mptcp: fix signal endpoint readd 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