Hello:
This series was applied to netdev/net-next.git (main) by David S. Miller davem@davemloft.net:
On Fri, 26 Jan 2024 18:21:17 -0500 you wrote:
After commit 25ae948b4478 ("selftests/net: add lib.sh") but before commit 2114e83381d3 ("selftests: forwarding: Avoid failures to source net/lib.sh"), some net selftests encountered errors when they were being exported and run. This was because the new net/lib.sh was not exported along with the tests. The errors were crudely avoided by duplicating some content between net/lib.sh and net/forwarding/lib.sh in 2114e83381d3.
[...]
Here is the summary with links: - [net-next,v2,1/6] selftests: Introduce Makefile variable to list shared bash scripts https://git.kernel.org/netdev/net-next/c/2a0683be5b4c - [net-next,v2,2/6] selftests: bonding: Add net/forwarding/lib.sh to TEST_INCLUDES https://git.kernel.org/netdev/net-next/c/6500780cffa7 - [net-next,v2,3/6] selftests: team: Add shared library scripts to TEST_INCLUDES https://git.kernel.org/netdev/net-next/c/975b4a8b68ff - [net-next,v2,4/6] selftests: dsa: Replace test symlinks by wrapper script https://git.kernel.org/netdev/net-next/c/4a24560ad72f - [net-next,v2,5/6] selftests: forwarding: Redefine relative_path variable https://git.kernel.org/netdev/net-next/c/9f2af915916b - [net-next,v2,6/6] selftests: forwarding: Remove duplicated lib.sh content https://git.kernel.org/netdev/net-next/c/521ed1ce94bb
You are awesome, thank you!