]> git.baikalelectronics.ru Git - kernel.git/commit
signal: Replace __group_send_sig_info with send_signal_locked
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 22 Apr 2022 14:28:50 +0000 (09:28 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 11 May 2022 19:33:17 +0000 (14:33 -0500)
commit61a0ddd06f019809952d3c74b8e77545212f9fe4
tree86c00bcb149a12610f83c91b8706e453b5c057c3
parent806330669ab6dc90b70ebe87f1f502ccc12f022c
signal: Replace __group_send_sig_info with send_signal_locked

The function __group_send_sig_info is just a light wrapper around
send_signal_locked with one parameter fixed to a constant value.  As
the wrapper adds no real value update the code to directly call the
wrapped function.

Tested-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Oleg Nesterov <oleg@redhat.com>
Link: https://lkml.kernel.org/r/20220505182645.497868-2-ebiederm@xmission.com
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
drivers/tty/tty_jobctrl.c
include/linux/signal.h
kernel/signal.c
kernel/time/posix-cpu-timers.c