Here are various patches slightly improving MPTCP code coverage:

- Patch 1: avoid a harmless 'grep: write error' warning.

- Patch 2: use getaddrinfo() with IPPROTO_MPTCP in more places.

- Patch 3-6: prepare and add support to get info for a specific subflow
  when giving the 5-tuple.

- Patch 7: validate the previous patch and cover "subflow_get_info_size"
  in the kernel code (mptcp_diag.c).

Signed-off-by: Matthieu Baerts (NGI0) <matt...@kernel.org>
---
Gang Yan (5):
      selftests: mptcp: add struct params in mptcp_diag
      selftests: mptcp: refactor send_query parameters for code clarity
      selftests: mptcp: refactor NLMSG handling with 'proto'
      selftests: mptcp: add helpers to get subflow_info
      selftests: mptcp: add chk_sublfow in diag.sh

Geliang Tang (1):
      selftests: mptcp: sockopt: use IPPROTO_MPTCP for getaddrinfo

Matthieu Baerts (NGI0) (1):
      selftests: mptcp: info: hide 'grep: write error' warnings

 tools/testing/selftests/net/mptcp/diag.sh         |  32 +++
 tools/testing/selftests/net/mptcp/mptcp_diag.c    | 228 +++++++++++++++++++---
 tools/testing/selftests/net/mptcp/mptcp_inq.c     |  16 +-
 tools/testing/selftests/net/mptcp/mptcp_lib.sh    |   7 +-
 tools/testing/selftests/net/mptcp/mptcp_sockopt.c |  16 +-
 5 files changed, 257 insertions(+), 42 deletions(-)
---
base-commit: 630cb33ccfcd04563598d0f0edd96c94ddf3352d
change-id: 20250502-net-next-mptcp-sft-inc-cover-f5eda7035432

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


Reply via email to