Re: 2.6.20-rc6-mm3

2007-02-01 Thread Ingo Molnar
* Karsten Wiese <[EMAIL PROTECTED]> wrote: > Serial port console is off here and the jiffies update fix doesn't > make a noticeable difference. ok, this eliminates my serial port theory. and this means i'm having trouble reproducing this problem locally. Maybe i tried it the wrong way: does i

Re: 2.6.20-rc6-mm3

2007-02-01 Thread Karsten Wiese
Am Donnerstag, 1. Februar 2007 09:01 schrieb Ingo Molnar: > > and this means i'm having trouble reproducing this problem locally. > Maybe i tried it the wrong way: does it only occur with suspend-to-disk, > or suspend-to-ram too? Does it need ACPI suspend-to-disk, or > software-suspend? Haven'

Re: 2.6.20-rc6-mm3

2007-02-01 Thread Karsten Wiese
Am Donnerstag, 1. Februar 2007 11:44 schrieb Karsten Wiese: > I think the wait is caused by an interrupt starting somewhere under > sysdev_resume(void). > possibly lapic timer interrupt? Will try to trace that. Some evidence: [EMAIL PROTECTED] Desktop]# echo reboot > /sys/power/disk [EMAIL PROTECT

RE: No THERMAL on the Asus P5LD2

2007-02-01 Thread Karasyov, Konstantin A
Hi, Thermal zones aren't defined in your DSDT. Thermal control isn't possible for your system through the ACPI functionality. Regards. Konstantin. >-Original Message- >From: Matt Hempel [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 31, 2007 9:38 PM >To: Karasyov, Konstantin A >Cc: l

[PATCH -mm] gtod persistent clock resume fix

2007-02-01 Thread Thomas Gleixner
The reworked highres/dyntick code made a thinko in the resume code visible, which was magically working in the old queue. On resume we add the slept time to xtime. This delta must be adjusted in wall_to_monotonic as well. The update of jiffies64 is bogus and a leftover of the code which was taken

Re: 2.6.20-rc6-mm[2-3] ACPI issues

2007-02-01 Thread Bob Picco
Len Brown wrote:[Thu Feb 01 2007, 01:55:01AM EST] > On Wednesday 31 January 2007 15:25, Bob Picco wrote: > > Hi Len, > > > > On 2.6.20-rc6-mm2 my rx2600 wouldn't boot unless I reverted all changes > > to drivers/acpi/tables.c. > > 2.6.20-rc6-mm2 git-acpi.patch contained only the acpi_tabl

Re: No THERMAL on the Asus P5LD2

2007-02-01 Thread Matt Hempel
I figured out how to get the thermal information via lm-sensors. Thanks for looking it over --m Karasyov, Konstantin A wrote: Hi, Thermal zones aren't defined in your DSDT. Thermal control isn't possible for your system through the ACPI functionality. Regards. Konstantin. -Original