Re: regression: fireware causes oops during system

2007-10-05 Thread Rafael J. Wysocki
On Friday, 5 October 2007 09:08, Pavel Machek wrote: > Hi! > > > > This commit is certainly OK, as it should merely preserve status quo. > > > Also note that Pavel wrote in his initial post that the problem became > > > apparent way after -rc1. Full quote: > > > > > > | I noticed empty suspend s

Re: regression: fireware causes oops during system

2007-10-05 Thread Pavel Machek
Hi! > > This commit is certainly OK, as it should merely preserve status quo. > > Also note that Pavel wrote in his initial post that the problem became > > apparent way after -rc1. Full quote: > > > > | I noticed empty suspend stopped working around 2.6.23-rc4, and it is > > | still present in

Re: regression: fireware causes oops during system

2007-09-16 Thread Rafael J. Wysocki
On Sunday, 16 September 2007 21:58, Stefan Richter wrote: > Rafael J. Wysocki wrote: > >> Pavel Machek wrote: > >>> commit 831441862956fffa17b9801db37e6ea1650b0f69 > >>> tree b0334921341f8f1734bdd3243de76d676329d21c > >>> parent 787d2214c19bcc9b6ac48af0ce098277a801eded > >>> author Rafael J. Wysock

Re: regression: fireware causes oops during system

2007-09-16 Thread Stefan Richter
Rafael J. Wysocki wrote: >> Pavel Machek wrote: >>> commit 831441862956fffa17b9801db37e6ea1650b0f69 >>> tree b0334921341f8f1734bdd3243de76d676329d21c >>> parent 787d2214c19bcc9b6ac48af0ce098277a801eded >>> author Rafael J. Wysocki <[EMAIL PROTECTED]> Tue, 17 Jul 2007 04:03:35 -0700 >>> committer Li

Re: regression: fireware causes oops during system

2007-09-16 Thread Rafael J. Wysocki
On Sunday, 16 September 2007 20:41, Stefan Richter wrote: > (Adding Cc: Rafael, Ingo) > > Pavel Machek wrote: > >> Dmesg with the oops or/and bisection would be good. > > > > Sorry, had to hand-copy. It is oops at virtual adddress 6b6b6b7b -- > > looks like slab poison to me? > > > > EIP is in t

Re: regression: fireware causes oops during system

2007-09-16 Thread Stefan Richter
(Adding Cc: Rafael, Ingo) Pavel Machek wrote: >> Dmesg with the oops or/and bisection would be good. > > Sorry, had to hand-copy. It is oops at virtual adddress 6b6b6b7b -- > looks like slab poison to me? > > EIP is in task_rq_lock, backtrace is > try_to_wake_up > highlevel_host_reset > ohci_irq

Re: regression: fireware causes oops during system

2007-09-16 Thread Pavel Machek
On Tue 2007-09-11 21:45:58, Stefan Richter wrote: > >> On Tue, 2007-09-11 at 21:00 +0200, Pavel Machek wrote: > >>> I noticed empty suspend stopped working around 2.6.23-rc4, and it is > >>> still present in 2.6.23-rc6. > ... > >>> Unsetting > >>> > >>> CONFIG_IEEE1394=y > >>> > >>> solves the prob

Re: regression: fireware causes oops during system

2007-09-16 Thread Pavel Machek
Hi! > >> On Tue, 2007-09-11 at 21:00 +0200, Pavel Machek wrote: > >>> I noticed empty suspend stopped working around 2.6.23-rc4, and it is > >>> still present in 2.6.23-rc6. > ... > >>> Unsetting > >>> > >>> CONFIG_IEEE1394=y > >>> > >>> solves the problem. > ... > > Between -rc3 and -rc4: > >

Re: regression: fireware causes oops during system

2007-09-11 Thread Stefan Richter
>> On Tue, 2007-09-11 at 21:00 +0200, Pavel Machek wrote: >>> I noticed empty suspend stopped working around 2.6.23-rc4, and it is >>> still present in 2.6.23-rc6. ... >>> Unsetting >>> >>> CONFIG_IEEE1394=y >>> >>> solves the problem. ... Between -rc3 and -rc4: ieee1394: sbp2: fix sbp2_r

Re: regression: fireware causes oops during system

2007-09-11 Thread Ben Collins
On Tue, 2007-09-11 at 21:00 +0200, Pavel Machek wrote: > Hi! > > I noticed empty suspend stopped working around 2.6.23-rc4, and it is > still present in 2.6.23-rc6. To reproduce > > swapoff -a > echo disk > /sys/power/state > echo disk > /sys/power/state > > Unsetting > > CONFIG_IEEE1394=y >

Re: regression: fireware causes oops during system

2007-09-11 Thread Stefan Richter
Ben Collins wrote: > On Tue, 2007-09-11 at 21:00 +0200, Pavel Machek wrote: >> I noticed empty suspend stopped working around 2.6.23-rc4, and it is >> still present in 2.6.23-rc6. To reproduce >> >> swapoff -a >> echo disk > /sys/power/state >> echo disk > /sys/power/state >> >> Unsetting >> >>

regression: fireware causes oops during system

2007-09-11 Thread Pavel Machek
Hi! I noticed empty suspend stopped working around 2.6.23-rc4, and it is still present in 2.6.23-rc6. To reproduce swapoff -a echo disk > /sys/power/state echo disk > /sys/power/state Unsetting CONFIG_IEEE1394=y solves the problem.