mbox series

[net-next,0/5] mptcp: various small cleanups

Message ID 20230414-upstream-net-next-20230414-mptcp-small-cleanups-v1-0-5aa4a2e05cf2@tessares.net
Headers show
Series mptcp: various small cleanups | expand

Message

Matthieu Baerts April 14, 2023, 3:47 p.m. UTC
Patch 1 makes a function static because it is only used in one file.

Patch 2 adds info about the git trees we use to help occasional devs.

Patch 3 removes an unused variable.

Patch 4 removes duplicated entries from the help menu of a tool used in
MPTCP selftests.

Patch 5 removes some ShellCheck warnings in mptcp_join.sh selftest.

Only very minor improvements then.

Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
---
Geliang Tang (1):
      mptcp: make userspace_pm_append_new_local_addr static

Matthieu Baerts (4):
      MAINTAINERS: add git trees for MPTCP
      mptcp: remove unused 'remaining' variable
      selftests: mptcp: remove duplicated entries in usage
      selftests: mptcp: join: fix ShellCheck warnings

 MAINTAINERS                                       |  2 ++
 net/mptcp/options.c                               |  7 ++-----
 net/mptcp/pm_userspace.c                          |  4 ++--
 net/mptcp/protocol.h                              |  2 --
 tools/testing/selftests/net/mptcp/mptcp_connect.c |  8 ++++----
 tools/testing/selftests/net/mptcp/mptcp_join.sh   | 10 ++++++++--
 6 files changed, 18 insertions(+), 15 deletions(-)
---
base-commit: c11d2e718c792468e67389b506451eddf26c2dac
change-id: 20230414-upstream-net-next-20230414-mptcp-small-cleanups-1cba986990b1

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org April 17, 2023, 7:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 14 Apr 2023 17:47:05 +0200 you wrote:
> Patch 1 makes a function static because it is only used in one file.
> 
> Patch 2 adds info about the git trees we use to help occasional devs.
> 
> Patch 3 removes an unused variable.
> 
> Patch 4 removes duplicated entries from the help menu of a tool used in
> MPTCP selftests.
> 
> [...]

Here is the summary with links:
  - [net-next,1/5] mptcp: make userspace_pm_append_new_local_addr static
    https://git.kernel.org/netdev/net-next/c/aa5887dca2d2
  - [net-next,2/5] MAINTAINERS: add git trees for MPTCP
    https://git.kernel.org/netdev/net-next/c/c3d713409b53
  - [net-next,3/5] mptcp: remove unused 'remaining' variable
    https://git.kernel.org/netdev/net-next/c/ce395d0e3ad5
  - [net-next,4/5] selftests: mptcp: remove duplicated entries in usage
    https://git.kernel.org/netdev/net-next/c/0a85264e48b6
  - [net-next,5/5] selftests: mptcp: join: fix ShellCheck warnings
    https://git.kernel.org/netdev/net-next/c/0fcd72df8847

You are awesome, thank you!