Re: [Suspend-devel] [linux-pm] Dangers of touching disk between suspend and resume

2006-12-04 Thread Stefan Seyfried
On Sat, Dec 02, 2006 at 03:41:52PM +1100, Nigel Cunningham wrote: Hi. On Fri, 2006-12-01 at 08:39 +0100, Stefan Seyfried wrote: So if somebody submits a patch that implements a reset_signature program, i'll include that in the suspend package. I don't know if you care (you might not

Re: [Suspend-devel] S2Ram support for HP Pavilion dv4000

2006-12-04 Thread Stefan Seyfried
On Sat, Dec 02, 2006 at 09:01:52PM +0100, Damien Raude-Morvan wrote: Hi, My laptop (HP Pavilion dv4000) can be suspended-2-ram with the following command : s2ram -f -a 1 It should be added in your database of supported models. It actually should already be in the database, since

Re: [Suspend-devel] [PATCH -mm 2/2]: PM: SMP-safe freezer

2006-12-04 Thread Pavel Machek
Hi! To solve first of these problems we need to stop using PF_FROZEN to tell tasks that they should go to the refrigerator. Instead, we can introduce a special TIF_*** flag and use it for this purpose, since it is allowed to change the other tasks' TIF_*** flags and there are special calls

Re: [Suspend-devel] New machine which works

2006-12-04 Thread Markus Meyer
On [Mon, Dec 04 09:34], Stefan Seyfried wrote: Hi Stefan, cheers list, This machine can be identified by: sys_vendor = FUJITSU SIEMENS sys_product = Amilo Si 1520 sys_version = Rev 1 bios_version = 1.09 My kernel version is 2.6.18. From X? From text mode? Framebuffer

Re: [Suspend-devel] [PATCH -mm 2/2]: PM: SMP-safe freezer

2006-12-04 Thread Pavel Machek
Hi! To solve first of these problems we need to stop using PF_FROZEN to tell tasks that they should go to the refrigerator. Instead, we can introduce a special TIF_*** flag and use it for this purpose, since it is allowed to change the other tasks' TIF_*** flags and there are special

Re: [Suspend-devel] [PATCH -mm 2/2]: PM: SMP-safe freezer

2006-12-04 Thread Rafael J. Wysocki
Hi, On Monday, 4 December 2006 20:44, Pavel Machek wrote: Hi! To solve first of these problems we need to stop using PF_FROZEN to tell tasks that they should go to the refrigerator. Instead, we can introduce a special TIF_*** flag and use it for this purpose, since it is