mbox series

[net,0/2] mptcp: Disconnect and selftest fixes

Message ID 20220708233610.410786-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Disconnect and selftest fixes | expand

Message

Mat Martineau July 8, 2022, 11:36 p.m. UTC
Patch 1 switches to a safe list iterator in the MPTCP disconnect code.

Patch 2 adds the userspace_pm.sh selftest script to the MPTCP selftest
Makefile, resolving the netdev/check_selftest CI failure.

Matthieu Baerts (1):
  selftests: mptcp: validate userspace PM tests by default

Paolo Abeni (1):
  mptcp: fix subflow traversal at disconnect time

 net/mptcp/protocol.c                       | 4 ++--
 tools/testing/selftests/net/mptcp/Makefile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


base-commit: 32b3ad1418ea53184ab7d652f13b5d66414d1bba

Comments

patchwork-bot+netdevbpf@kernel.org July 11, 2022, 11 a.m. UTC | #1
Hello:

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

On Fri,  8 Jul 2022 16:36:08 -0700 you wrote:
> Patch 1 switches to a safe list iterator in the MPTCP disconnect code.
> 
> Patch 2 adds the userspace_pm.sh selftest script to the MPTCP selftest
> Makefile, resolving the netdev/check_selftest CI failure.
> 
> Matthieu Baerts (1):
>   selftests: mptcp: validate userspace PM tests by default
> 
> [...]

Here is the summary with links:
  - [net,1/2] mptcp: fix subflow traversal at disconnect time
    https://git.kernel.org/netdev/net/c/5c835bb142d4
  - [net,2/2] selftests: mptcp: validate userspace PM tests by default
    https://git.kernel.org/netdev/net/c/3ddabc433670

You are awesome, thank you!