diff options
| author | Eric W. Biederman <[email protected]> | 2018-09-03 10:32:52 +0200 |
|---|---|---|
| committer | Eric W. Biederman <[email protected]> | 2018-09-11 21:19:35 +0200 |
| commit | 079b22dc9be985c591589fcb94769b8e13518aa0 (patch) | |
| tree | 13212013fd3981735b99e3da4f15e7d89cea283e /tools/perf/util/scripting-engines/trace-event-perl.c | |
| parent | f149b31557446aff9ca96d4be7e39cc266f6e7cc (diff) | |
signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP
Now that siginfo is never allocated for SIGKILL and SIGSTOP there is
no difference between SEND_SIG_PRIV and SEND_SIG_FORCED for SIGKILL
and SIGSTOP. This makes SEND_SIG_FORCED unnecessary and redundant in
the presence of SIGKILL and SIGSTOP. Therefore change users of
SEND_SIG_FORCED that are sending SIGKILL or SIGSTOP to use
SEND_SIG_PRIV instead.
This removes the last users of SEND_SIG_FORCED.
Reviewed-by: Thomas Gleixner <[email protected]>
Signed-off-by: "Eric W. Biederman" <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions