On Tue, 18 Sep 2018, Eric W. Biederman wrote: > The function "force_sig(sig, tsk)" is equivalent to " > force_sig_info(sig, SEND_SIG_PRIV, tsk)". Using the siginfo variants can > be error prone so use the simpler old fashioned force_sig variant, > and with luck the force_sig_info variant can go away. > > Signed-off-by: "Eric W. Biederman" <ebied...@xmission.com>
Reviewed-by: Thomas Gleixner <t...@linutronix.de>