[patch] sigfix-2.5.39-C2

From: Ingo Molnar (mingo@elte.hu)
Date: Sun Sep 29 2002 - 06:22:59 EST


the attached patch fixes thread-group SIGSTOP handling - the SIGSTOP
notification was not propagated to the parent of the thread group leader.
Now Ctrl-Z-ing of thread groups works again.

        Ingo

--- linux/kernel/signal.c.orig Sun Sep 29 12:49:12 2002
+++ linux/kernel/signal.c Sun Sep 29 13:17:44 2002
@@ -1127,8 +1127,6 @@
         struct siginfo info;
         int why, status;
 
- if (!tsk->ptrace && delay_group_leader(tsk))
- return;
         if (sig == -1)
                 BUG();
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Sep 30 2002 - 22:00:40 EST