Hello:
This patch was applied to netdev/net-next.git (main) by Paolo Abeni pabeni@redhat.com:
On Fri, 2 May 2025 18:18:56 -0700 you wrote:
ksft runner sends 2 SIGTERMs in a row if a test runs out of time. Handle this in a similar way we handle SIGINT - cleanup and stop running further tests.
Because we get 2 signals we need a bit of logic to ignore the subsequent one, they come immediately one after the other (due to commit 9616cb34b08e ("kselftest/runner.sh: Propagate SIGTERM to runner child")).
[...]
Here is the summary with links: - [net-next,v3] selftests: net: exit cleanly on SIGTERM / timeout https://git.kernel.org/netdev/net-next/c/8f0ae19346ce
You are awesome, thank you!