Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 07 Jun 2024 18:31:01 +0200 you wrote:
The goal of this series is to use helpers from net/lib.sh with MPTCP selftests.
Patches 1 to 4 are some clean-ups and preparation in net/lib.sh:
- Patch 1 simplifies the code handling errexit by ignoring possible errors instead of disabling errexit temporary.
[...]
Here is the summary with links: - [net-next,1/6] selftests: net: lib: ignore possible errors https://git.kernel.org/netdev/net-next/c/7e0620bc6a5e - [net-next,2/6] selftests: net: lib: remove ns from list after clean-up https://git.kernel.org/netdev/net-next/c/92fe5670271a - [net-next,3/6] selftests: net: lib: do not set ns var as readonly https://git.kernel.org/netdev/net-next/c/577db6bd5750 - [net-next,4/6] selftests: net: lib: remove 'ns' var in setup_ns https://git.kernel.org/netdev/net-next/c/f8a2d2f874b7 - [net-next,5/6] selftests: mptcp: lib: use setup/cleanup_ns helpers https://git.kernel.org/netdev/net-next/c/f265d3119a29 - [net-next,6/6] selftests: mptcp: lib: use wait_local_port_listen helper https://git.kernel.org/netdev/net-next/c/1af3bc912eac
You are awesome, thank you!