Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 05 Jun 2024 11:21:15 +0200 you wrote:
While looking at using 'lib.sh' for the MPTCP selftests [1], we found some small issues with 'lib.sh'. Here they are:
Patch 1: fix 'errexit' (set -e) support with busywait. 'errexit' is supported in some functions, not all. A fix for v6.8+.
Patch 2: avoid confusing error messages linked to the cleaning part when the netns setup fails. A fix for v6.8+.
[...]
Here is the summary with links: - [net,1/3] selftests: net: lib: support errexit with busywait https://git.kernel.org/netdev/net/c/41b02ea4c0ad - [net,2/3] selftests: net: lib: avoid error removing empty netns name https://git.kernel.org/netdev/net/c/79322174bcc7 - [net,3/3] selftests: net: lib: set 'i' as local https://git.kernel.org/netdev/net/c/84a8bc3ec225
You are awesome, thank you!