]> git.neil.brown.name Git - history.git/commit
[PATCH] wait4-fix-2.5.34-B2, BK-curr
authorIngo Molnar <mingo@elte.hu>
Sun, 15 Sep 2002 04:20:49 +0000 (21:20 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 15 Sep 2002 04:20:49 +0000 (21:20 -0700)
commit975639b1e9558a1acb8c530d8f62648d5abef377
tree296a3db8dd8dd80ef0fc5fe3f1316ed42adfd7cb
parenta8194b4e849da7ecd29af64810dff8e4cbec2139
[PATCH] wait4-fix-2.5.34-B2, BK-curr

This fixes a number of bugs that broke ptrace:

 - wait4 must not inhibit TASK_STOPPED processes even for thread group
   leaders.

 - do_notify_parent() should not delay the notification of parents if
   the thread in question is ptraced.

strace now works as expected for CLONE_THREAD applications as well.
kernel/exit.c
kernel/signal.c