diff options
author | Shaopeng Tan <[email protected]> | 2022-03-23 17:12:22 +0900 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2022-04-25 17:06:41 -0600 |
commit | f54b3278164405fdd4f5f1b53f0d04e34ade27a6 (patch) | |
tree | 5ba0eaf7e6fd2ca88148efee4b943bb216ff07de /net/lapb/lapb_timer.c | |
parent | d577380da04e410a31e7f944b04d838ab1c8a1c3 (diff) |
selftests/resctrl: Kill child process before parent process terminates if SIGTERM is received
In kselftest framework, a sub test is run using the timeout utility
and it will send SIGTERM to the test upon timeout.
In resctrl_tests, a child process is created by fork() to
run benchmark but SIGTERM is not set in sigaction().
If SIGTERM signal is received, the parent process will be killed,
but the child process still exists.
Kill child process before the parent process terminates
if SIGTERM signal is received.
Reviewed-by: Shuah Khan <[email protected]>
Reviewed-by: Reinette Chatre <[email protected]>
Reviewed-by: Fenghua Yu <[email protected]>
Signed-off-by: Shaopeng Tan <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions