Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 27 Oct 2025 17:57:09 +0800 you wrote:
The bareudp.sh script uses /bin/sh and it will load another lib.sh BASH script at the very beginning.
But on some operating systems like Ubuntu, /bin/sh is actually pointed to DASH, thus it will try to run BASH commands with DASH and consequently leads to syntax issues.
[...]
Here is the summary with links: - [1/1] selftests: net: use BASH for bareudp testing https://git.kernel.org/netdev/net/c/9311e9540a8b
You are awesome, thank you!