linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org
Subject: [patch] sigfix-2.5.39-C2
Date: Sun, 29 Sep 2002 13:22:59 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0209291320060.22646-100000@localhost.localdomain> (raw)


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();
 


                 reply	other threads:[~2002-09-29 11:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0209291320060.22646-100000@localhost.localdomain \
    --to=mingo@elte.hu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).