mbox series

[net,0/3] mptcp: A few fixes

Message ID 20220121003529.54930-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: A few fixes | expand

Message

Mat Martineau Jan. 21, 2022, 12:35 a.m. UTC
Here are some fixes from the mptcp tree:

Patch 1 fixes a RCU locking issue when processing a netlink command that
updates endpoint flags in the in-kernel MPTCP path manager.

Patch 2 fixes a typo affecting available endpoint id tracking.

Patch 3 fixes IPv6 routing in the MPTCP self tests.


Geliang Tang (1):
  mptcp: fix removing ids bitmap setting

Paolo Abeni (2):
  mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()
  selftests: mptcp: fix ipv6 routing setup

 net/mptcp/pm_netlink.c                        | 39 +++++++++++++------
 .../testing/selftests/net/mptcp/mptcp_join.sh |  5 ++-
 2 files changed, 31 insertions(+), 13 deletions(-)


base-commit: 57afdc0aab094b4c811b3fe030b2567812a495f3

Comments

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

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

On Thu, 20 Jan 2022 16:35:26 -0800 you wrote:
> Here are some fixes from the mptcp tree:
> 
> Patch 1 fixes a RCU locking issue when processing a netlink command that
> updates endpoint flags in the in-kernel MPTCP path manager.
> 
> Patch 2 fixes a typo affecting available endpoint id tracking.
> 
> [...]

Here is the summary with links:
  - [net,1/3] mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()
    https://git.kernel.org/netdev/net/c/8e9eacad7ec7
  - [net,2/3] mptcp: fix removing ids bitmap setting
    https://git.kernel.org/netdev/net/c/a4c0214fbee9
  - [net,3/3] selftests: mptcp: fix ipv6 routing setup
    https://git.kernel.org/netdev/net/c/9846921dba49

You are awesome, thank you!