LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Sid Boyce <g3vbv@blueyonder.co.uk>
To: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Adrian Bunk <bunk@stusta.de>,
	Randy Dunlap <randy.dunlap@oracle.com>,
	linux-kernel@vger.kernel.org, auxsvr@gmail.com
Subject: Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently
Date: Thu, 29 Mar 2007 12:37:55 +0100	[thread overview]
Message-ID: <460BA513.6010908@blueyonder.co.uk> (raw)
In-Reply-To: <m1r6r8n1a7.fsf@ebiederm.dsl.xmission.com>

Eric W. Biederman wrote:
> Sid I think I have found the problem. Could you try the following patch. 
> I believe I accidentally switched the sense of a test....
>
> diff --git a/kernel/exit.c b/kernel/exit.c
> index f132349..b55ed4c 100644
> --- a/kernel/exit.c
> +++ b/kernel/exit.c
> @@ -790,7 +790,7 @@ static void exit_notify(struct task_struct *tsk)
>  	
>  	pgrp = task_pgrp(tsk);
>  	if ((task_pgrp(t) != pgrp) &&
> -	    (task_session(t) != task_session(tsk)) &&
> +	    (task_session(t) == task_session(tsk)) &&
>  	    will_become_orphaned_pgrp(pgrp, tsk) &&
>  	    has_stopped_jobs(pgrp)) {
>  		__kill_pgrp_info(SIGHUP, SEND_SIG_PRIV, pgrp);
>
>
>
>
>   
AOK I shall apply to 2.6.21-rc5-git4 and test.
Regards
Sid.

-- 
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks



  reply	other threads:[~2007-03-29 11:38 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-28 15:19 Sid Boyce
2007-02-28 16:05 ` auxsvr
2007-03-08  5:47   ` Andrew Morton
2007-03-08  7:34     ` Sid Boyce
2007-03-21 17:43       ` Sid Boyce
2007-03-21 19:34         ` Adrian Bunk
2007-03-21 20:17           ` Eric W. Biederman
2007-03-22  1:32             ` Sid Boyce
2007-03-22  1:42               ` Randy Dunlap
2007-03-22 10:59                 ` Adrian Bunk
2007-03-22 19:49                   ` Sid Boyce
2007-03-26 12:02                     ` boris
2007-03-27  3:38                   ` Sid Boyce
2007-03-27 13:48                     ` Eric W. Biederman
2007-03-28  3:26                       ` Sid Boyce
2007-03-28  4:14                         ` Adrian Bunk
2007-03-28 13:17                           ` Eric W. Biederman
2007-03-29 11:35                           ` Sid Boyce
2007-03-30 18:00                             ` Adrian Bunk
2007-03-29  4:04                         ` Eric W. Biederman
2007-03-29 11:37                           ` Sid Boyce [this message]
2007-03-29 16:16                             ` Sid Boyce
2007-02-28 16:24 Sid Boyce
     [not found] <45E5DE32.2070902@argo.co.il>
2007-03-01 13:52 ` Sid Boyce
2007-03-01 15:11   ` Avi Kivity
2007-03-02  4:22     ` Sid Boyce
     [not found] <45E939E1.8050501@argo.co.il>
2007-03-03 20:30 ` Sid Boyce

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=460BA513.6010908@blueyonder.co.uk \
    --to=g3vbv@blueyonder.co.uk \
    --cc=auxsvr@gmail.com \
    --cc=bunk@stusta.de \
    --cc=ebiederm@xmission.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    --subject='Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently' \
    /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

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).