The patch titled Subject: ptrace-task_stopped_codeptrace-=-true-cant-see-task_stopped-task-fix has been removed from the -mm tree. Its filename was ptrace-task_stopped_codeptrace-=-true-cant-see-task_stopped-task-fix.patch This patch was dropped because it was folded into ptrace-task_stopped_codeptrace-=-true-cant-see-task_stopped-task.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: ptrace-task_stopped_codeptrace-=-true-cant-see-task_stopped-task-fix teeny cleanup Cc: Oleg Nesterov <oleg@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/exit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN kernel/exit.c~ptrace-task_stopped_codeptrace-=-true-cant-see-task_stopped-task-fix kernel/exit.c --- a/kernel/exit.c~ptrace-task_stopped_codeptrace-=-true-cant-see-task_stopped-task-fix +++ a/kernel/exit.c @@ -1120,8 +1120,7 @@ static int wait_task_zombie(struct wait_ static int *task_stopped_code(struct task_struct *p, bool ptrace) { if (ptrace) { - if (task_is_traced(p) && - !(p->jobctl & JOBCTL_LISTENING)) + if (task_is_traced(p) && !(p->jobctl & JOBCTL_LISTENING)) return &p->exit_code; } else { if (p->signal->flags & SIGNAL_STOP_STOPPED) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are ptrace-task_stopped_codeptrace-=-true-cant-see-task_stopped-task.patch ptrace-use-fsuid-fsgid-effective-creds-for-fs-access-checks-fix.patch fs-coredump-prevent-core-path-components-fix.patch ubsan-run-time-undefined-behavior-sanity-checker-fix.patch ubsan-run-time-undefined-behavior-sanity-checker-fix-3.patch fs-overlayfs-superc-needs-pagemaph.patch fs-adfs-adfsh-tidy-up-comments.patch net-drop-tcp_memcontrolc-fix.patch mm-memcontrol-reign-in-the-config-space-madness-fix.patch mm-memcontrol-reign-in-the-config-space-madness-fix-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html