Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-30 Thread Adrian Bunk
On Thu, Mar 29, 2007 at 12:35:42PM +0100, Sid Boyce wrote: >... > 1) Ran the commands as above,cg-clone; git start; git bisect bad > ;git bisect good I presume. > 2) 2.6.20-git10 is the last good kernel. > 3) 2.6.20-git11 and later are all bad. > 4) I do cg-clone which gives a kernel whose

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-30 Thread Adrian Bunk
On Thu, Mar 29, 2007 at 12:35:42PM +0100, Sid Boyce wrote: ... 1) Ran the commands as above,cg-clone; git start; git bisect bad checksum;git bisect good checksum of 2.6.20-git10 I presume. 2) 2.6.20-git10 is the last good kernel. 3) 2.6.20-git11 and later are all bad. 4) I do cg-clone which

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-29 Thread Sid Boyce
Sid Boyce wrote: 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 @@

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-29 Thread Sid Boyce
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 @@

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-29 Thread Sid Boyce
Adrian Bunk wrote: On Wed, Mar 28, 2007 at 04:26:05AM +0100, Sid Boyce wrote: Eric W. Biederman wrote: Sid Boyce <[EMAIL PROTECTED]> writes: This is what I've got so far on the first boot, I shall have to check the manpage for git-bisect again to see if there is anything

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-29 Thread Sid Boyce
Adrian Bunk wrote: On Wed, Mar 28, 2007 at 04:26:05AM +0100, Sid Boyce wrote: Eric W. Biederman wrote: Sid Boyce [EMAIL PROTECTED] writes: This is what I've got so far on the first boot, I shall have to check the manpage for git-bisect again to see if there is anything else

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-29 Thread Sid Boyce
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 @@

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-29 Thread Sid Boyce
Sid Boyce wrote: 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 @@

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-28 Thread Eric W. Biederman
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

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-28 Thread Eric W. Biederman
Adrian Bunk <[EMAIL PROTECTED]> writes: > I think I got your problem: > > After rebooting, you do "git bisect [bad|good]" *once*. > > Then recompile the kernel from the current tree, reboot, and again > *once* "git bisect [bad|good]". > > etc. Sounds right. Someone else doing the bisect

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-28 Thread Eric W. Biederman
Adrian Bunk [EMAIL PROTECTED] writes: I think I got your problem: After rebooting, you do git bisect [bad|good] *once*. Then recompile the kernel from the current tree, reboot, and again *once* git bisect [bad|good]. etc. Sounds right. Someone else doing the bisect suggested that

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-28 Thread Eric W. Biederman
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

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-27 Thread Adrian Bunk
On Wed, Mar 28, 2007 at 04:26:05AM +0100, Sid Boyce wrote: > Eric W. Biederman wrote: > >Sid Boyce <[EMAIL PROTECTED]> writes: > > > > > >>This is what I've got so far on the first boot, I shall have to check the > >>manpage for git-bisect again to see if there is anything else to be added, >

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-27 Thread Sid Boyce
Eric W. Biederman wrote: Sid Boyce <[EMAIL PROTECTED]> writes: This is what I've got so far on the first boot, I shall have to check the manpage for git-bisect again to see if there is anything else to be added, nothing enlightening seen so far - further reboots to be done. I'm a

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-27 Thread Eric W. Biederman
Sid Boyce <[EMAIL PROTECTED]> writes: > This is what I've got so far on the first boot, I shall have to check the > manpage for git-bisect again to see if there is anything else to be added, > nothing enlightening seen so far - further reboots to be done. I'm a little confused at what I am

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-27 Thread Eric W. Biederman
Sid Boyce [EMAIL PROTECTED] writes: This is what I've got so far on the first boot, I shall have to check the manpage for git-bisect again to see if there is anything else to be added, nothing enlightening seen so far - further reboots to be done. I'm a little confused at what I am seeing

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-27 Thread Sid Boyce
Eric W. Biederman wrote: Sid Boyce [EMAIL PROTECTED] writes: This is what I've got so far on the first boot, I shall have to check the manpage for git-bisect again to see if there is anything else to be added, nothing enlightening seen so far - further reboots to be done. I'm a

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-27 Thread Adrian Bunk
On Wed, Mar 28, 2007 at 04:26:05AM +0100, Sid Boyce wrote: Eric W. Biederman wrote: Sid Boyce [EMAIL PROTECTED] writes: This is what I've got so far on the first boot, I shall have to check the manpage for git-bisect again to see if there is anything else to be added, nothing

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-26 Thread Sid Boyce
Adrian Bunk wrote: On Wed, Mar 21, 2007 at 06:42:58PM -0700, Randy Dunlap wrote: On Thu, 22 Mar 2007 01:32:36 + Sid Boyce wrote: ... There's not a lot of docs out there. The man-page: http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html Linus's email doc:

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-26 Thread boris
On Thu, Mar 22, 2007 at 07:49:16PM +, Sid Boyce wrote: > Kernel built and installed, so I shall have something to report in the > next couple of days. I see this kwin bug too on a Thinkpad (x86_64) as well as on a Pmac (powerpc64). It is only triggerd when the screen is locked AND! set to

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-26 Thread boris
On Thu, Mar 22, 2007 at 07:49:16PM +, Sid Boyce wrote: Kernel built and installed, so I shall have something to report in the next couple of days. I see this kwin bug too on a Thinkpad (x86_64) as well as on a Pmac (powerpc64). It is only triggerd when the screen is locked AND! set to

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-26 Thread Sid Boyce
Adrian Bunk wrote: On Wed, Mar 21, 2007 at 06:42:58PM -0700, Randy Dunlap wrote: On Thu, 22 Mar 2007 01:32:36 + Sid Boyce wrote: ... There's not a lot of docs out there. The man-page: http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html Linus's email doc:

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-22 Thread Sid Boyce
Adrian Bunk wrote: On Wed, Mar 21, 2007 at 06:42:58PM -0700, Randy Dunlap wrote: On Thu, 22 Mar 2007 01:32:36 + Sid Boyce wrote: ... There's not a lot of docs out there. The man-page: http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html Linus's email doc:

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-22 Thread Adrian Bunk
On Wed, Mar 21, 2007 at 06:42:58PM -0700, Randy Dunlap wrote: > On Thu, 22 Mar 2007 01:32:36 + Sid Boyce wrote: > > >... > There's not a lot of docs out there. > > The man-page: http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html > > Linus's email doc: >

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-22 Thread Adrian Bunk
On Wed, Mar 21, 2007 at 06:42:58PM -0700, Randy Dunlap wrote: On Thu, 22 Mar 2007 01:32:36 + Sid Boyce wrote: ... There's not a lot of docs out there. The man-page: http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html Linus's email doc:

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-22 Thread Sid Boyce
Adrian Bunk wrote: On Wed, Mar 21, 2007 at 06:42:58PM -0700, Randy Dunlap wrote: On Thu, 22 Mar 2007 01:32:36 + Sid Boyce wrote: ... There's not a lot of docs out there. The man-page: http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html Linus's email doc:

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-21 Thread Randy Dunlap
On Thu, 22 Mar 2007 01:32:36 + Sid Boyce wrote: > Eric W. Biederman wrote: > > Adrian Bunk <[EMAIL PROTECTED]> writes: > > > > > >> On Wed, Mar 21, 2007 at 05:43:11PM +, Sid Boyce wrote: > >> > >>> Sid Boyce wrote: > >>> > Andrew Morton wrote: > > >

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-21 Thread Sid Boyce
Eric W. Biederman wrote: Adrian Bunk <[EMAIL PROTECTED]> writes: On Wed, Mar 21, 2007 at 05:43:11PM +, Sid Boyce wrote: Sid Boyce wrote: Andrew Morton wrote: (cc restored. Please always do reply-to-all) On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-21 Thread Eric W. Biederman
Adrian Bunk <[EMAIL PROTECTED]> writes: > On Wed, Mar 21, 2007 at 05:43:11PM +, Sid Boyce wrote: >> Sid Boyce wrote: >> >Andrew Morton wrote: >> >>(cc restored. Please always do reply-to-all) >> >> >> >> >> >>>On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL PROTECTED] wrote: >> >>>On Wednesday 28

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-21 Thread Adrian Bunk
On Wed, Mar 21, 2007 at 05:43:11PM +, Sid Boyce wrote: > Sid Boyce wrote: > >Andrew Morton wrote: > >>(cc restored. Please always do reply-to-all) > >> > >> > >>>On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL PROTECTED] wrote: > >>>On Wednesday 28 February 2007 17:19, Sid Boyce wrote: > >>> >

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-21 Thread Sid Boyce
Sid Boyce wrote: Andrew Morton wrote: (cc restored. Please always do reply-to-all) On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL PROTECTED] wrote: On Wednesday 28 February 2007 17:19, Sid Boyce wrote: openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to require a password

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-21 Thread Sid Boyce
Sid Boyce wrote: Andrew Morton wrote: (cc restored. Please always do reply-to-all) On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL PROTECTED] wrote: On Wednesday 28 February 2007 17:19, Sid Boyce wrote: openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to require a password

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-21 Thread Adrian Bunk
On Wed, Mar 21, 2007 at 05:43:11PM +, Sid Boyce wrote: Sid Boyce wrote: Andrew Morton wrote: (cc restored. Please always do reply-to-all) On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL PROTECTED] wrote: On Wednesday 28 February 2007 17:19, Sid Boyce wrote: openSUSE 10.3 Alpha and

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-21 Thread Eric W. Biederman
Adrian Bunk [EMAIL PROTECTED] writes: On Wed, Mar 21, 2007 at 05:43:11PM +, Sid Boyce wrote: Sid Boyce wrote: Andrew Morton wrote: (cc restored. Please always do reply-to-all) On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL PROTECTED] wrote: On Wednesday 28 February 2007 17:19, Sid

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-21 Thread Sid Boyce
Eric W. Biederman wrote: Adrian Bunk [EMAIL PROTECTED] writes: On Wed, Mar 21, 2007 at 05:43:11PM +, Sid Boyce wrote: Sid Boyce wrote: Andrew Morton wrote: (cc restored. Please always do reply-to-all) On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-21 Thread Randy Dunlap
On Thu, 22 Mar 2007 01:32:36 + Sid Boyce wrote: Eric W. Biederman wrote: Adrian Bunk [EMAIL PROTECTED] writes: On Wed, Mar 21, 2007 at 05:43:11PM +, Sid Boyce wrote: Sid Boyce wrote: Andrew Morton wrote: (cc restored. Please always do

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-07 Thread Sid Boyce
Andrew Morton wrote: (cc restored. Please always do reply-to-all) On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL PROTECTED] wrote: On Wednesday 28 February 2007 17:19, Sid Boyce wrote: openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to require a password to unlock, but

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-07 Thread Andrew Morton
(cc restored. Please always do reply-to-all) > On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL PROTECTED] wrote: > On Wednesday 28 February 2007 17:19, Sid Boyce wrote: > > openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to > > require a password to unlock, but it asks for password.

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-07 Thread Andrew Morton
(cc restored. Please always do reply-to-all) On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL PROTECTED] wrote: On Wednesday 28 February 2007 17:19, Sid Boyce wrote: openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to require a password to unlock, but it asks for password. When

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-07 Thread Sid Boyce
Andrew Morton wrote: (cc restored. Please always do reply-to-all) On Wed, 28 Feb 2007 18:05:13 +0200 [EMAIL PROTECTED] wrote: On Wednesday 28 February 2007 17:19, Sid Boyce wrote: openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to require a password to unlock, but

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-03 Thread Sid Boyce
Avi Kivity wrote: Sid Boyce wrote: > Avi Kivity wrote: >> Sid Boyce wrote: > That's very much appreciated. The point is that all vanilla kernels up > to 2.6.20+ have not had the problems now seen on 2.6.20-rc1 and > 2.6.20-rc2 and like other problems reported, sic

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-03 Thread Sid Boyce
Avi Kivity wrote: Sid Boyce wrote: Avi Kivity wrote: Sid Boyce wrote: That's very much appreciated. The point is that all vanilla kernels up to 2.6.20+ have not had the problems now seen on 2.6.20-rc1 and 2.6.20-rc2 and like other problems reported, sic framebuffer, etc., there is

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-01 Thread Sid Boyce
Avi Kivity wrote: Sid Boyce wrote: > That's very much appreciated. The point is that all vanilla kernels up > to 2.6.20+ have not had the problems now seen on 2.6.20-rc1 and > 2.6.20-rc2 and like other problems reported, sic framebuffer, etc., > there is a distinct likelihood that it's related

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-01 Thread Avi Kivity
Sid Boyce wrote: > That's very much appreciated. The point is that all vanilla kernels up > to 2.6.20+ have not had the problems now seen on 2.6.20-rc1 and > 2.6.20-rc2 and like other problems reported, sic framebuffer, etc., > there is a distinct likelihood that it's related to those kernels

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-01 Thread Sid Boyce
Avi Kivity wrote: Sid Boyce wrote: > >>/ openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to/ > >>/ require a password to unlock, but it asks for password. When the > screen/ > >>/ unlocks, kwin is gone with no errors logged in /var/log/kdm or/ > >>/ /var/log/messages. No

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-01 Thread Sid Boyce
Avi Kivity wrote: Sid Boyce wrote: / openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to/ / require a password to unlock, but it asks for password. When the screen/ / unlocks, kwin is gone with no errors logged in /var/log/kdm or/ / /var/log/messages. No problems with

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-01 Thread Avi Kivity
Sid Boyce wrote: That's very much appreciated. The point is that all vanilla kernels up to 2.6.20+ have not had the problems now seen on 2.6.20-rc1 and 2.6.20-rc2 and like other problems reported, sic framebuffer, etc., there is a distinct likelihood that it's related to those kernels and

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-03-01 Thread Sid Boyce
Avi Kivity wrote: Sid Boyce wrote: That's very much appreciated. The point is that all vanilla kernels up to 2.6.20+ have not had the problems now seen on 2.6.20-rc1 and 2.6.20-rc2 and like other problems reported, sic framebuffer, etc., there is a distinct likelihood that it's related to

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-02-28 Thread Sid Boyce
>>/ openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to/ >>/ require a password to unlock, but it asks for password. When the screen/ >>/ unlocks, kwin is gone with no errors logged in /var/log/kdm or/ >>/ /var/log/messages. No problems with 2.6.20./ >> >>/ Same problem on

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-02-28 Thread auxsvr
On Wednesday 28 February 2007 17:19, Sid Boyce wrote: > openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to > require a password to unlock, but it asks for password. When the screen > unlocks, kwin is gone with no errors logged in /var/log/kdm or > /var/log/messages. No problems

2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-02-28 Thread Sid Boyce
openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to require a password to unlock, but it asks for password. When the screen unlocks, kwin is gone with no errors logged in /var/log/kdm or /var/log/messages. No problems with 2.6.20. Same problem on openSUSE 10.2 x86_64, KDE-3.5.5

2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-02-28 Thread Sid Boyce
openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to require a password to unlock, but it asks for password. When the screen unlocks, kwin is gone with no errors logged in /var/log/kdm or /var/log/messages. No problems with 2.6.20. Same problem on openSUSE 10.2 x86_64, KDE-3.5.5

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-02-28 Thread auxsvr
On Wednesday 28 February 2007 17:19, Sid Boyce wrote: openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to require a password to unlock, but it asks for password. When the screen unlocks, kwin is gone with no errors logged in /var/log/kdm or /var/log/messages. No problems with

Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently

2007-02-28 Thread Sid Boyce
/ openSUSE 10.3 Alpha and KDE-3.5.6, xorg-x11-7.2. KDE is setup not to/ / require a password to unlock, but it asks for password. When the screen/ / unlocks, kwin is gone with no errors logged in /var/log/kdm or/ / /var/log/messages. No problems with 2.6.20./ / Same problem on openSUSE 10.2