mbox series

[net-next,0/5] mptcp: Miscellaneous refactoring and small fixes

Message ID 20221110232322.125068-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Miscellaneous refactoring and small fixes | expand

Message

Mat Martineau Nov. 10, 2022, 11:23 p.m. UTC
Patches 1-3 do some refactoring to more consistently handle sock casts,
and to remove some duplicate code. No functional changes.

Patch 4 corrects a variable name in a self test, but does not change
functionality since the same value gets used due to bash's 
scoping rules.

Patch 5 rewords a comment.

Geliang Tang (4):
  mptcp: use msk instead of mptcp_sk
  mptcp: change 'first' as a parameter
  mptcp: get sk from msk directly
  selftests: mptcp: use max_time instead of time

Mat Martineau (1):
  mptcp: Fix grammar in a comment

 net/mptcp/pm_userspace.c                      |  4 +--
 net/mptcp/protocol.c                          | 34 +++++++------------
 net/mptcp/sockopt.c                           |  4 +--
 net/mptcp/token.c                             |  4 +--
 .../selftests/net/mptcp/simult_flows.sh       |  4 +--
 5 files changed, 21 insertions(+), 29 deletions(-)


base-commit: c1b05105573b2cd5845921eb0d2caa26e2144a34

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 12, 2022, 6 a.m. UTC | #1
Hello:

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

On Thu, 10 Nov 2022 15:23:17 -0800 you wrote:
> Patches 1-3 do some refactoring to more consistently handle sock casts,
> and to remove some duplicate code. No functional changes.
> 
> Patch 4 corrects a variable name in a self test, but does not change
> functionality since the same value gets used due to bash's
> scoping rules.
> 
> [...]

Here is the summary with links:
  - [net-next,1/5] mptcp: use msk instead of mptcp_sk
    https://git.kernel.org/netdev/net-next/c/00df24f19179
  - [net-next,2/5] mptcp: change 'first' as a parameter
    https://git.kernel.org/netdev/net-next/c/73a0052a61f9
  - [net-next,3/5] mptcp: get sk from msk directly
    https://git.kernel.org/netdev/net-next/c/80638684e840
  - [net-next,4/5] selftests: mptcp: use max_time instead of time
    https://git.kernel.org/netdev/net-next/c/31b4e63eb24a
  - [net-next,5/5] mptcp: Fix grammar in a comment
    https://git.kernel.org/netdev/net-next/c/4373bf4b72f9

You are awesome, thank you!