Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] mptcp: various small and unrelated improvements
@ 2025-04-11 11:04 Matthieu Baerts (NGI0)
  2025-04-11 11:04 ` [PATCH net-next 1/8] mptcp: sched: remove mptcp_sched_data Matthieu Baerts (NGI0)
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Matthieu Baerts (NGI0) @ 2025-04-11 11:04 UTC (permalink / raw)
  To: mptcp, Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Shuah Khan
  Cc: netdev, linux-kernel, linux-kselftest, Matthieu Baerts (NGI0),
	Thorsten Blum, zhenwei pi, Geliang Tang

Here are various unrelated patches:

- Patch 1: sched: remove unused structure.

- Patch 2: sched: split the validation part, a preparation for later.

- Patch 3: pm: clarify code, not to think there is a possible UaF.
  Note: a previous version has already been sent individually to Netdev.

- Patch 4: subflow: simplify subflow_hmac_valid by passing subflow_req.

- Patch 5: mib: add counter for MPJoin rejected by the PM.

- Patch 6: selftests: validate this new MPJoinRejected counter.

- Patch 7: selftests: define nlh variable only where needed.

- Patch 8: selftests: show how to use IPPROTO_MPTCP with getaddrinfo.
  Note: a previous version has already been sent individually to Netdev.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Geliang Tang (2):
      mptcp: sched: split validation part
      selftests: mptcp: diag: drop nlh parameter of recv_nlmsg

Matthieu Baerts (NGI0) (4):
      mptcp: sched: remove mptcp_sched_data
      mptcp: pass right struct to subflow_hmac_valid
      mptcp: add MPJoinRejected MIB counter
      selftests: mptcp: validate MPJoinRejected counter

Thorsten Blum (1):
      mptcp: pm: Return local variable instead of freed pointer

zhenwei pi (1):
      selftests: mptcp: use IPPROTO_MPTCP for getaddrinfo

 include/net/mptcp.h                               | 13 ++-------
 net/mptcp/mib.c                                   |  1 +
 net/mptcp/mib.h                                   |  1 +
 net/mptcp/pm.c                                    |  5 +++-
 net/mptcp/protocol.c                              |  4 ++-
 net/mptcp/protocol.h                              |  1 +
 net/mptcp/sched.c                                 | 35 ++++++++++++++---------
 net/mptcp/subflow.c                               | 12 ++++----
 tools/testing/selftests/net/mptcp/mptcp_connect.c | 21 +++++++++++---
 tools/testing/selftests/net/mptcp/mptcp_diag.c    |  7 ++---
 tools/testing/selftests/net/mptcp/mptcp_join.sh   | 26 +++++++++++++----
 11 files changed, 80 insertions(+), 46 deletions(-)
---
base-commit: 61499764e5cc5918c9f63026d3b7a34c8668d4b8
change-id: 20250411-net-next-mptcp-sched-mib-sft-misc-25f5a6218fd8

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


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

end of thread, other threads:[~2025-04-11 14:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11 11:04 [PATCH net-next 0/8] mptcp: various small and unrelated improvements Matthieu Baerts (NGI0)
2025-04-11 11:04 ` [PATCH net-next 1/8] mptcp: sched: remove mptcp_sched_data Matthieu Baerts (NGI0)
2025-04-11 11:04 ` [PATCH net-next 2/8] mptcp: sched: split validation part Matthieu Baerts (NGI0)
2025-04-11 13:57   ` Geliang Tang
2025-04-11 14:14     ` Matthieu Baerts
2025-04-11 11:04 ` [PATCH net-next 3/8] mptcp: pm: Return local variable instead of freed pointer Matthieu Baerts (NGI0)
2025-04-11 11:04 ` [PATCH net-next 4/8] mptcp: pass right struct to subflow_hmac_valid Matthieu Baerts (NGI0)
2025-04-11 11:04 ` [PATCH net-next 5/8] mptcp: add MPJoinRejected MIB counter Matthieu Baerts (NGI0)
2025-04-11 11:04 ` [PATCH net-next 6/8] selftests: mptcp: validate MPJoinRejected counter Matthieu Baerts (NGI0)
2025-04-11 11:04 ` [PATCH net-next 7/8] selftests: mptcp: diag: drop nlh parameter of recv_nlmsg Matthieu Baerts (NGI0)
2025-04-11 11:04 ` [PATCH net-next 8/8] selftests: mptcp: use IPPROTO_MPTCP for getaddrinfo Matthieu Baerts (NGI0)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox