mbox series

[net,0/5] mptcp: fix signal endpoint readd

Message ID 20240727-upstream-net-20240726-mptcp-fix-signal-readd-v1-0-1e7d25a23362@kernel.org (mailing list archive)
Headers show
Series mptcp: fix signal endpoint readd | expand

Message

Matthieu Baerts (NGI0) July 27, 2024, 9:03 a.m. UTC
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,

Comments

patchwork-bot+netdevbpf@kernel.org July 29, 2024, 12:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Sat, 27 Jul 2024 11:03:58 +0200 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net,1/5] mptcp: fix user-space PM announced address accounting
    https://git.kernel.org/netdev/net/c/167b93258d1e
  - [net,2/5] mptcp: fix NL PM announced address accounting
    https://git.kernel.org/netdev/net/c/4b317e0eb287
  - [net,3/5] selftests: mptcp: add explicit test case for remove/readd
    https://git.kernel.org/netdev/net/c/b5e2fb832f48
  - [net,4/5] selftests: mptcp: fix error path
    https://git.kernel.org/netdev/net/c/4a2f48992ddf
  - [net,5/5] selftests: mptcp: always close input's FD if opened
    https://git.kernel.org/netdev/net/c/7c70bcc2a84c

You are awesome, thank you!