Commit b473e48b authored by Ingo Molnar's avatar Ingo Molnar

[PATCH] ptrace-fix-2.5.56-A0

This patch from Roland McGrath fixes a threading related ptrace bug:
PTRACE_ATTACH should not stop everybody for each thread attached.
parent 85c9262d
......@@ -115,7 +115,7 @@ int ptrace_attach(struct task_struct *task)
__ptrace_link(task, current);
write_unlock_irq(&tasklist_lock);
send_sig(SIGSTOP, task, 1);
force_sig_specific(SIGSTOP, task);
return 0;
bad:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment