signal: Pass pid type into do_send_sig_info
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 21 Jul 2018 15:45:15 +0000 (10:45 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 21 Jul 2018 17:57:35 +0000 (12:57 -0500)
commit40b3b02535621027f56d248139e0e467573c3098
treed0e62a9c767d2c08265a05b3f26c3d87c1580449
parent9c2db007787ef1aac6728c5e03d37b0ae935d122
signal: Pass pid type into do_send_sig_info

This passes the information we already have at the call sight into
do_send_sig_info.  Ultimately allowing for better handling of signals
sent to a group of processes during fork.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
drivers/tty/sysrq.c
fs/fcntl.c
include/linux/signal.h
kernel/signal.c
mm/oom_kill.c