Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 4 Jan 2024 09:11:09 -0500 you wrote:
The expression "source ../lib.sh" added to net/forwarding/lib.sh in commit 25ae948b4478 ("selftests/net: add lib.sh") does not work for tests outside net/forwarding which source net/forwarding/lib.sh (1). It also does not work in some cases where only a subset of tests are exported (2).
Avoid the problems mentioned above by replacing the faulty expression with a copy of the content from net/lib.sh which is used by files under net/forwarding.
[...]
Here is the summary with links: - [net-next] selftests: forwarding: Avoid failures to source net/lib.sh https://git.kernel.org/netdev/net-next/c/2114e83381d3
You are awesome, thank you!