Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] mptcp: improve code coverage and small optimisations
@ 2025-02-28 14:38 Matthieu Baerts (NGI0)
  2025-02-28 14:38 ` [PATCH net-next 1/5] selftests: mptcp: Add a tool to get specific msk_info Matthieu Baerts (NGI0)
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Matthieu Baerts (NGI0) @ 2025-02-28 14:38 UTC (permalink / raw)
  To: mptcp, Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Shuah Khan
  Cc: linux-kernel, netdev, linux-kselftest, Matthieu Baerts (NGI0),
	Gang Yan, Geliang Tang

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


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

end of thread, other threads:[~2025-03-05  1:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-28 14:38 [PATCH net-next 0/5] mptcp: improve code coverage and small optimisations Matthieu Baerts (NGI0)
2025-02-28 14:38 ` [PATCH net-next 1/5] selftests: mptcp: Add a tool to get specific msk_info Matthieu Baerts (NGI0)
2025-02-28 14:38 ` [PATCH net-next 2/5] selftests: mptcp: add a test for mptcp_diag_dump_one Matthieu Baerts (NGI0)
2025-02-28 14:38 ` [PATCH net-next 3/5] mptcp: pm: in-kernel: avoid access entry without lock Matthieu Baerts (NGI0)
2025-02-28 14:38 ` [PATCH net-next 4/5] mptcp: pm: in-kernel: reduce parameters of set_flags Matthieu Baerts (NGI0)
2025-02-28 14:38 ` [PATCH net-next 5/5] mptcp: pm: exit early with ADD_ADDR echo if possible Matthieu Baerts (NGI0)
2025-03-05  1:10 ` [PATCH net-next 0/5] mptcp: improve code coverage and small optimisations 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