netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] mptcp: Fixes and cleanup for v6.7
@ 2023-10-25 23:37 Mat Martineau
  2023-10-25 23:37 ` [PATCH net-next 01/10] selftests: mptcp: run userspace pm tests slower Mat Martineau
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Mat Martineau @ 2023-10-25 23:37 UTC (permalink / raw)
  To: Matthieu Baerts, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Geliang Tang, Kishen Maloor
  Cc: netdev, mptcp, Mat Martineau, stable

This series includes three initial patches that we had queued in our
mptcp-net branch, but given the likely timing of net/net-next syncs this
week, the need to avoid introducing branch conflicts, and another batch
of net-next patches pending in the mptcp tree, the most practical route
is to send everything for net-next.

Patches 1 & 2 fix some intermittent selftest failures by adjusting timing.

Patch 3 removes an unneccessary userspace path manager restriction on
the removal of subflows with subflow ID 0.

The remainder of the patches are all cleanup or selftest changes:

Patches 4-8 clean up kernel code by removing unused parameters, making
more consistent use of existing helper functions, and reducing extra
casting of socket pointers.

Patch 9 removes an unused variable in a selftest script.

Patch 10 adds a little more detail to some mptcp_join test output.

Signed-off-by: Mat Martineau <martineau@kernel.org>
---
Geliang Tang (10):
      selftests: mptcp: run userspace pm tests slower
      selftests: mptcp: fix wait_rm_addr/sf parameters
      mptcp: userspace pm send RM_ADDR for ID 0
      mptcp: drop useless ssk in pm_subflow_check_next
      mptcp: use mptcp_check_fallback helper
      mptcp: use mptcp_get_ext helper
      mptcp: move sk assignment statement ahead
      mptcp: define more local variables sk
      selftests: mptcp: sockopt: drop mptcp_connect var
      selftests: mptcp: display simult in extra_msg

 net/mptcp/pm.c                                     |  2 +-
 net/mptcp/pm_userspace.c                           | 81 +++++++++++++++++-----
 net/mptcp/protocol.c                               |  6 +-
 net/mptcp/protocol.h                               |  4 +-
 net/mptcp/sockopt.c                                |  2 +-
 tools/testing/selftests/net/mptcp/mptcp_join.sh    | 23 ++++--
 tools/testing/selftests/net/mptcp/mptcp_sockopt.sh |  1 -
 7 files changed, 88 insertions(+), 31 deletions(-)
---
base-commit: 8846f9a04b10b7f61214425409838d764df7080d
change-id: 20231025-send-net-next-20231025-6bd0ee2d8d7d

Best regards,
-- 
Mat Martineau <martineau@kernel.org>


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

end of thread, other threads:[~2023-10-27 16:20 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25 23:37 [PATCH net-next 00/10] mptcp: Fixes and cleanup for v6.7 Mat Martineau
2023-10-25 23:37 ` [PATCH net-next 01/10] selftests: mptcp: run userspace pm tests slower Mat Martineau
2023-10-25 23:37 ` [PATCH net-next 02/10] selftests: mptcp: fix wait_rm_addr/sf parameters Mat Martineau
2023-10-25 23:37 ` [PATCH net-next 03/10] mptcp: userspace pm send RM_ADDR for ID 0 Mat Martineau
2023-10-27  3:26   ` Jakub Kicinski
2023-10-27 15:34     ` Mat Martineau
2023-10-27 15:43       ` Jakub Kicinski
2023-10-27 15:45         ` Mat Martineau
2023-10-27 15:53           ` Jakub Kicinski
2023-10-25 23:37 ` [PATCH net-next 04/10] mptcp: drop useless ssk in pm_subflow_check_next Mat Martineau
2023-10-25 23:37 ` [PATCH net-next 05/10] mptcp: use mptcp_check_fallback helper Mat Martineau
2023-10-25 23:37 ` [PATCH net-next 06/10] mptcp: use mptcp_get_ext helper Mat Martineau
2023-10-25 23:37 ` [PATCH net-next 07/10] mptcp: move sk assignment statement ahead Mat Martineau
2023-10-25 23:37 ` [PATCH net-next 08/10] mptcp: define more local variables sk Mat Martineau
2023-10-25 23:37 ` [PATCH net-next 09/10] selftests: mptcp: sockopt: drop mptcp_connect var Mat Martineau
2023-10-25 23:37 ` [PATCH net-next 10/10] selftests: mptcp: display simult in extra_msg Mat Martineau
2023-10-27 16:20 ` [PATCH net-next 00/10] mptcp: Fixes and cleanup for v6.7 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;
as well as URLs for NNTP newsgroup(s).