On 9/9/25 4:33 PM, Jakub Kicinski wrote:
> On Mon, 8 Sep 2025 13:09:49 -0700 Jakub Kicinski wrote:
>> kill_procs()
>> {
>> killall nettest ping ping6 >/dev/null 2>&1
>> - sleep 1
>> + slowwait 2 sh -c 'test -z "$(pgrep '"'^(nettest|ping|ping6)$'"')"'
>> }
>
> This makes some ping tests fail.
>
> https://netdev-3.bots.linux.dev/vmksft-net/results/289602/129-fcnal-other-sh/stdout
> https://netdev-3.bots.linux.dev/vmksft-net/results/289602/128-fcnal-ipv6-sh/stdout
>
> I only tested with debug kernels, but the non-debug get upset.
> I'll resend just the wait_local_port_listen changes. If the change
> gets more complex it's probably good to separate them out in the first
> place.
That is surprising to me. I will take look tomorrow.