Re: 2.6.20 regression: suspend to disk no more works

2007-01-02 Thread Pavel Machek
Hi! > > While 'echo a:b > /sys/power/resume' before > > suspend is a workaround, this still breaks perfectly valid setup that worked > > before. Also 'echo a:b > /sys/power/resume' is actually wrong - we are not > > going to resume at this point; but there is no way to just tell kernel "use > > t

Re: 2.6.20 regression: suspend to disk no more works

2007-01-02 Thread Andrey Borzenkov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 January 2007 02:28, Rafael J. Wysocki wrote: > Hi, > > On Monday, 1 January 2007 20:44, Andrey Borzenkov wrote: > > In *the same* configuration STD now fails with "Cannot find swap device". > > The reason is changes in kernel/power/swap.c

Re: 2.6.20 regression: suspend to disk no more works

2007-01-01 Thread Rafael J. Wysocki
Hi, On Monday, 1 January 2007 20:44, Andrey Borzenkov wrote: > In *the same* configuration STD now fails with "Cannot find swap device". The > reason is changes in kernel/power/swap.c. In 2.6.19 it did not require valid > swsusp_resume_device at all - it took first available swap device and saved

2.6.20 regression: suspend to disk no more works

2007-01-01 Thread Andrey Borzenkov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In *the same* configuration STD now fails with "Cannot find swap device". The reason is changes in kernel/power/swap.c. In 2.6.19 it did not require valid swsusp_resume_device at all - it took first available swap device and saved image. Later durin