[PATCH v2 02/12] signal: Replace __group_send_sig_info with send_signal_locked

Sebastian Andrzej Siewior bigeasy at linutronix.de
Mon May 2 00:58:19 PDT 2022


On 2022-04-29 16:48:27 [-0500], Eric W. Biederman wrote:
> The function send_signal_locked does more than __group_send_sig_info so
> replace it.

This might be easier to understand:
   __group_send_sig_info() is just a wrapper around send_signal_locked()
   with a special pid_type. 
   
   Replace __group_send_sig_info() with send_signal_locked(,,,
   PIDTYPE_TGID).

However, keep it as is if you feel otherwise ;)

> Signed-off-by: "Eric W. Biederman" <ebiederm at xmission.com>

Sebastian



More information about the linux-um mailing list