Files
android_kernel_xiaomi_sm8450/include/linux/sched
Eric W. Biederman a89e9b8abf signal: Remove the signal number and task parameters from force_sig_info
force_sig_info always delivers to the current task and the signal
parameter always matches info.si_signo.  So remove those parameters to
make it a simpler less error prone interface, and to make it clear
that none of the callers are doing anything clever.

This guarantees that force_sig_info will not grow any new buggy
callers that attempt to call force_sig on a non-current task, or that
pass an signal number that does not match info.si_signo.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2019-05-29 09:31:44 -05:00
..
2019-04-19 11:26:48 -07:00
2018-03-09 07:59:19 +01:00
2018-11-28 11:57:07 +01:00
2018-12-03 11:55:42 +01:00