Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-27 Thread Rafael J. Wysocki
On Monday, 27 August 2007 13:41, Pavel Machek wrote: > Hi! > > > > > Same problem here: Core Duo, Kernel 2.6.22.5, Suspend 2.2.10, CFS > > > > v20.2. > > > > > > Me too for 2.6.22.5, TuxOnIce 2.2.10 and Centrino based notebook. > > > > possible bugfix below. > > > > Ingo > > > > Index:

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-27 Thread Ingo Molnar
* Pavel Machek <[EMAIL PROTECTED]> wrote: > > > Me too for 2.6.22.5, TuxOnIce 2.2.10 and Centrino based notebook. > > + try_to_freeze(); > > + > > spin_lock_irq(>lock); > > > > if (cpu_is_offline(cpu)) { > > If it is NONFREEZE, you should not be trying to

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-27 Thread Pavel Machek
Hi! > > > Same problem here: Core Duo, Kernel 2.6.22.5, Suspend 2.2.10, CFS > > > v20.2. > > > > Me too for 2.6.22.5, TuxOnIce 2.2.10 and Centrino based notebook. > > possible bugfix below. > > Ingo > > Index: linux-cfs-2.6.22.5.q/kernel/sched.c >

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-27 Thread Pavel Machek
Hi! Same problem here: Core Duo, Kernel 2.6.22.5, Suspend 2.2.10, CFS v20.2. Me too for 2.6.22.5, TuxOnIce 2.2.10 and Centrino based notebook. possible bugfix below. Ingo Index: linux-cfs-2.6.22.5.q/kernel/sched.c

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-27 Thread Ingo Molnar
* Pavel Machek [EMAIL PROTECTED] wrote: Me too for 2.6.22.5, TuxOnIce 2.2.10 and Centrino based notebook. + try_to_freeze(); + spin_lock_irq(rq-lock); if (cpu_is_offline(cpu)) { If it is NONFREEZE, you should not be trying to freeze it. that

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-27 Thread Rafael J. Wysocki
On Monday, 27 August 2007 13:41, Pavel Machek wrote: Hi! Same problem here: Core Duo, Kernel 2.6.22.5, Suspend 2.2.10, CFS v20.2. Me too for 2.6.22.5, TuxOnIce 2.2.10 and Centrino based notebook. possible bugfix below. Ingo Index:

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Christian Hesse
On Saturday 25 August 2007, Ingo Molnar wrote: > * Christian Hesse <[EMAIL PROTECTED]> wrote: > > > Reproduced on a Intel Centrino based laptop with gentoo kamikaze7 > > > sources (http://forums.gentoo.org/viewtopic-t-577970.html) > > > > Same problem here: Core Duo, Kernel 2.6.22.5, Suspend

Re: Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread David Rodriguez
2007/8/25, Ingo Molnar <[EMAIL PROTECTED]>: > > * David Rodriguez <[EMAIL PROTECTED]> wrote: > > > I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With that > > combination, suspend is not working anymore (with cfs v19 was > > working). Stops on suspend in "Suspending tasks" Looking at

Re: Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Rafael J. Wysocki
On Saturday, 25 August 2007 21:01, Ingo Molnar wrote: > > * David Rodriguez <[EMAIL PROTECTED]> wrote: > > > I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With that > > combination, suspend is not working anymore (with cfs v19 was > > working). Stops on suspend in "Suspending tasks"

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Ingo Molnar
* Christian Hesse <[EMAIL PROTECTED]> wrote: > > Reproduced on a Intel Centrino based laptop with gentoo kamikaze7 > > sources (http://forums.gentoo.org/viewtopic-t-577970.html) > > Same problem here: Core Duo, Kernel 2.6.22.5, Suspend 2.2.10, CFS v20.2. please try the patch below - does it

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Ingo Molnar
* Matthias Hensler <[EMAIL PROTECTED]> wrote: > > Same problem here: Core Duo, Kernel 2.6.22.5, Suspend 2.2.10, CFS > > v20.2. > > Me too for 2.6.22.5, TuxOnIce 2.2.10 and Centrino based notebook. possible bugfix below. Ingo Index: linux-cfs-2.6.22.5.q/kernel/sched.c

Re: Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Ingo Molnar
* David Rodriguez <[EMAIL PROTECTED]> wrote: > I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With that > combination, suspend is not working anymore (with cfs v19 was > working). Stops on suspend in "Suspending tasks" Looking at cfs patch, > I managed to change the

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Matthias Hensler
Hi! On Sat, Aug 25, 2007 at 06:52:20PM +0200, Christian Hesse wrote: > On Saturday 25 August 2007, Fabio Comolli wrote: > > On 8/25/07, David Rodriguez <[EMAIL PROTECTED]> wrote: > > > I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With > > > that combination, suspend is not working

Re: Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread rb6
Same problem on my centrino duo. Reverting to cfs v19 fixes it. Please personally CC me on replies, as I am not on the list. Reproduced on a Intel Centrino based laptop with gentoo kamikaze7 sources (http://forums.gentoo.org/viewtopic-t-577970.html) On 8/25/07, David Rodriguez <[EMAIL

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Christian Hesse
On Saturday 25 August 2007, Fabio Comolli wrote: > On 8/25/07, David Rodriguez <[EMAIL PROTECTED]> wrote: > > I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. > > With that combination, suspend is not working anymore (with cfs v19 > > was working). > > Stops on suspend in "Suspending

Re: Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Fabio Comolli
Reproduced on a Intel Centrino based laptop with gentoo kamikaze7 sources (http://forums.gentoo.org/viewtopic-t-577970.html) On 8/25/07, David Rodriguez <[EMAIL PROTECTED]> wrote: > I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. > With that combination, suspend is not working

Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread David Rodriguez
I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With that combination, suspend is not working anymore (with cfs v19 was working). Stops on suspend in "Suspending tasks" Looking at cfs patch, I managed to change the migration_thread, adding again the try_to_freeze() removed in last

Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread David Rodriguez
I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With that combination, suspend is not working anymore (with cfs v19 was working). Stops on suspend in Suspending tasks Looking at cfs patch, I managed to change the migration_thread, adding again the try_to_freeze() removed in last patch

Re: Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Fabio Comolli
Reproduced on a Intel Centrino based laptop with gentoo kamikaze7 sources (http://forums.gentoo.org/viewtopic-t-577970.html) On 8/25/07, David Rodriguez [EMAIL PROTECTED] wrote: I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With that combination, suspend is not working anymore

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Christian Hesse
On Saturday 25 August 2007, Fabio Comolli wrote: On 8/25/07, David Rodriguez [EMAIL PROTECTED] wrote: I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With that combination, suspend is not working anymore (with cfs v19 was working). Stops on suspend in Suspending tasks Looking

Re: Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread rb6
Same problem on my centrino duo. Reverting to cfs v19 fixes it. Please personally CC me on replies, as I am not on the list. Reproduced on a Intel Centrino based laptop with gentoo kamikaze7 sources (http://forums.gentoo.org/viewtopic-t-577970.html) On 8/25/07, David Rodriguez [EMAIL

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Matthias Hensler
Hi! On Sat, Aug 25, 2007 at 06:52:20PM +0200, Christian Hesse wrote: On Saturday 25 August 2007, Fabio Comolli wrote: On 8/25/07, David Rodriguez [EMAIL PROTECTED] wrote: I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With that combination, suspend is not working anymore

Re: Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Ingo Molnar
* David Rodriguez [EMAIL PROTECTED] wrote: I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With that combination, suspend is not working anymore (with cfs v19 was working). Stops on suspend in Suspending tasks Looking at cfs patch, I managed to change the migration_thread, adding

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Ingo Molnar
* Christian Hesse [EMAIL PROTECTED] wrote: Reproduced on a Intel Centrino based laptop with gentoo kamikaze7 sources (http://forums.gentoo.org/viewtopic-t-577970.html) Same problem here: Core Duo, Kernel 2.6.22.5, Suspend 2.2.10, CFS v20.2. please try the patch below - does it fix the

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Ingo Molnar
* Matthias Hensler [EMAIL PROTECTED] wrote: Same problem here: Core Duo, Kernel 2.6.22.5, Suspend 2.2.10, CFS v20.2. Me too for 2.6.22.5, TuxOnIce 2.2.10 and Centrino based notebook. possible bugfix below. Ingo Index: linux-cfs-2.6.22.5.q/kernel/sched.c

Re: Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Rafael J. Wysocki
On Saturday, 25 August 2007 21:01, Ingo Molnar wrote: * David Rodriguez [EMAIL PROTECTED] wrote: I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With that combination, suspend is not working anymore (with cfs v19 was working). Stops on suspend in Suspending tasks Looking at

Re: [Suspend2-devel] Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread Christian Hesse
On Saturday 25 August 2007, Ingo Molnar wrote: * Christian Hesse [EMAIL PROTECTED] wrote: Reproduced on a Intel Centrino based laptop with gentoo kamikaze7 sources (http://forums.gentoo.org/viewtopic-t-577970.html) Same problem here: Core Duo, Kernel 2.6.22.5, Suspend 2.2.10, CFS v20.2.

Re: Problem with CFS V20 and Suspend2/tuxonice

2007-08-25 Thread David Rodriguez
2007/8/25, Ingo Molnar [EMAIL PROTECTED]: * David Rodriguez [EMAIL PROTECTED] wrote: I'm using 2.6.22.5 with cfs v20.3 and suspend2 2.2.10.2. With that combination, suspend is not working anymore (with cfs v19 was working). Stops on suspend in Suspending tasks Looking at cfs patch, I