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
|
||
|---|---|---|
| .. | ||
| py | ||
| sh | ||
| .gitignore | ||
| Makefile | ||
| csum.c | ||
| ksft.h | ||
| xdp_dummy.bpf.c | ||
| xdp_helper.c | ||