mbox series

[net,0/2] mptcp: Fixes for 5.17

Message ID 20220210012508.226880-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Fixes for 5.17 | expand

Message

Mat Martineau Feb. 10, 2022, 1:25 a.m. UTC
Patch 1 fixes a MPTCP selftest bug that combined the results of two
separate tests in the test output.

Patch 2 fixes a problem where advertised IPv6 addresses were not actually
available for incoming MP_JOIN requests.

Kishen Maloor (1):
  mptcp: netlink: process IPv6 addrs in creating listening sockets

Matthieu Baerts (1):
  selftests: mptcp: add missing join check

 net/mptcp/pm_netlink.c                          | 8 ++++++--
 tools/testing/selftests/net/mptcp/mptcp_join.sh | 1 +
 2 files changed, 7 insertions(+), 2 deletions(-)


base-commit: 3bed06e36994661a75bae6a289926e566b9b3c1a

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 10, 2022, 5:50 a.m. UTC | #1
Hello:

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

On Wed,  9 Feb 2022 17:25:06 -0800 you wrote:
> Patch 1 fixes a MPTCP selftest bug that combined the results of two
> separate tests in the test output.
> 
> Patch 2 fixes a problem where advertised IPv6 addresses were not actually
> available for incoming MP_JOIN requests.
> 
> Kishen Maloor (1):
>   mptcp: netlink: process IPv6 addrs in creating listening sockets
> 
> [...]

Here is the summary with links:
  - [net,1/2] selftests: mptcp: add missing join check
    https://git.kernel.org/netdev/net/c/857898eb4b28
  - [net,2/2] mptcp: netlink: process IPv6 addrs in creating listening sockets
    https://git.kernel.org/netdev/net/c/029744cd4bc6

You are awesome, thank you!