The patch titled Subject: merge fix up for "signal: Pass pid type into group_send_sig_info has been added to the -mm tree. Its filename is merge-fix-up-for-signal-pass-pid-type-into-group_send_sig_info.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/merge-fix-up-for-signal-pass-pid-type-into-group_send_sig_info.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/merge-fix-up-for-signal-pass-pid-type-into-group_send_sig_info.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: merge fix up for "signal: Pass pid type into group_send_sig_info Link: http://lkml.kernel.org/r/20180813182218.595fe0bc@xxxxxxxxxxxxxxxx Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/exit.c~merge-fix-up-for-signal-pass-pid-type-into-group_send_sig_info +++ a/kernel/exit.c @@ -638,7 +638,7 @@ static void reparent_leader(struct task_ if (p->signal->pdeath_signal_proc) group_send_sig_info(p->signal->pdeath_signal_proc, - SEND_SIG_NOINFO, p); + SEND_SIG_NOINFO, p, PIDTYPE_TGID); /* We don't want people slaying init. */ p->exit_signal = SIGCHLD; _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are merge-fix-up-for-signal-pass-pid-type-into-group_send_sig_info.patch