The patch titled Subject: ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission-fix has been removed from the -mm tree. Its filename was ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission-fix.patch This patch was dropped because it was folded into ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission.patch ------------------------------------------------------ From: Oleg Nesterov <oleg@xxxxxxxxxx> Subject: ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission-fix s/PIDTYPE_PID/PIDTYPE_TGID/, per Eric Link: http://lkml.kernel.org/r/20200327195643.GA9366@xxxxxxxxxx Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- ipc/mqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/ipc/mqueue.c~ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission-fix +++ a/ipc/mqueue.c @@ -801,7 +801,7 @@ static void __do_notify(struct mqueue_in * bypass check_kill_permission(). It is from kernel * but si_fromuser() can't know this. */ - task = pid_task(info->notify_owner, PIDTYPE_PID); + task = pid_task(info->notify_owner, PIDTYPE_TGID); if (task) do_send_sig_info(info->notify.sigev_signo, &sig_i, task, PIDTYPE_TGID); _ Patches currently in -mm which might be from oleg@xxxxxxxxxx are ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission.patch ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission-v2.patch aio-simplify-read_events.patch