Hello:
This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Mon, 2 Dec 2024 12:45:30 -0800 you wrote:
Commit f803bcf9208a ("selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh") added code that waits for the netcat server to start before the netcat client attempts to connect to it. However, not all calls to 'server_listen' were guarded.
This patch adds the existing 'wait_for_port' guard after the remaining call to 'server_listen'.
[...]
Here is the summary with links: - [bpf-next] tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind https://git.kernel.org/bpf/bpf-next/c/e2f0791124a1
You are awesome, thank you!