OSDN Git Service

signal: Pass pid type into group_send_sig_info
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 13 Jul 2018 23:40:57 +0000 (18:40 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 21 Jul 2018 17:57:35 +0000 (12:57 -0500)
commit0102498083d58d8b17759642c602b525215e1a54
treec415fcfa60f8bad834f2649bdf0fbeff155f868d
parent24122c7f4969adeeaeca3fb1656a31569e9aa59b
signal: Pass pid type into group_send_sig_info

This passes the information we already have at the call sight
into group_send_sig_info.  Ultimatelly allowing for to better handle
signals sent to a group of processes.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
include/linux/signal.h
kernel/exit.c
kernel/signal.c