mbox series

[net-next,0/5] mptcp: improve code coverage and small optimisations

Message ID 20250228-net-next-mptcp-coverage-small-opti-v1-0-f933c4275676@kernel.org (mailing list archive)
Headers show
Series mptcp: improve code coverage and small optimisations | expand

Message

Matthieu Baerts Feb. 28, 2025, 2:38 p.m. UTC
This small series have various unrelated patches:

- Patch 1 and 2: improve code coverage by validating mptcp_diag_dump_one
  thanks to a new tool displaying MPTCP info for a specific token.

- Patch 3: a fix for a commit which is only in net-next.

- Patch 4: reduce parameters for one in-kernel PM helper.

- Patch 5: exit early when processing an ADD_ADDR echo to avoid unneeded
  operations.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Gang Yan (2):
      selftests: mptcp: Add a tool to get specific msk_info
      selftests: mptcp: add a test for mptcp_diag_dump_one

Geliang Tang (2):
      mptcp: pm: in-kernel: avoid access entry without lock
      mptcp: pm: in-kernel: reduce parameters of set_flags

Matthieu Baerts (NGI0) (1):
      mptcp: pm: exit early with ADD_ADDR echo if possible

 net/mptcp/pm.c                                 |   3 +
 net/mptcp/pm_netlink.c                         |  15 +-
 tools/testing/selftests/net/mptcp/Makefile     |   2 +-
 tools/testing/selftests/net/mptcp/diag.sh      |  27 +++
 tools/testing/selftests/net/mptcp/mptcp_diag.c | 272 +++++++++++++++++++++++++
 5 files changed, 311 insertions(+), 8 deletions(-)
---
base-commit: 56794b5862c5a9aefcf2b703257c6fb93f76573e
change-id: 20250228-net-next-mptcp-coverage-small-opti-70d8dc1d329d

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org March 5, 2025, 1:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 28 Feb 2025 15:38:34 +0100 you wrote:
> This small series have various unrelated patches:
> 
> - Patch 1 and 2: improve code coverage by validating mptcp_diag_dump_one
>   thanks to a new tool displaying MPTCP info for a specific token.
> 
> - Patch 3: a fix for a commit which is only in net-next.
> 
> [...]

Here is the summary with links:
  - [net-next,1/5] selftests: mptcp: Add a tool to get specific msk_info
    https://git.kernel.org/netdev/net-next/c/00f5e338cf7e
  - [net-next,2/5] selftests: mptcp: add a test for mptcp_diag_dump_one
    https://git.kernel.org/netdev/net-next/c/ba2400166570
  - [net-next,3/5] mptcp: pm: in-kernel: avoid access entry without lock
    https://git.kernel.org/netdev/net-next/c/e85d33b35508
  - [net-next,4/5] mptcp: pm: in-kernel: reduce parameters of set_flags
    https://git.kernel.org/netdev/net-next/c/70c575d5a94f
  - [net-next,5/5] mptcp: pm: exit early with ADD_ADDR echo if possible
    https://git.kernel.org/netdev/net-next/c/f0de92479a09

You are awesome, thank you!