Re: [Suspend-devel] [BUG] 3.7-rc regression bisected: s2disk fails to resume image: Processes could not be frozen, cannot continue resuming

2016-05-22 Thread Andrew Savchenko
Hi, On Thu, 17 Oct 2013 23:35:12 +0200 Rafael J. Wysocki wrote: > Sorry for the huge delay. > > On Tuesday, September 24, 2013 02:21:11 AM Pavel Machek wrote: > > Hi! > > > > > > And from suspend_ioctls.h: > > > > #define SNAPSHOT_IOC_MAGIC '3' > > > > #define SNAPSHOT_FREEZE

Re: [Suspend-devel] [BUG] 3.7-rc regression bisected: s2disk fails to resume image: Processes could not be frozen, cannot continue resuming

2013-10-17 Thread Rafael J. Wysocki
Sorry for the huge delay. On Tuesday, September 24, 2013 02:21:11 AM Pavel Machek wrote: > Hi! > > > > And from suspend_ioctls.h: > > > #define SNAPSHOT_IOC_MAGIC '3' > > > #define SNAPSHOT_FREEZE _IO(SNAPSHOT_IOC_MAGIC, 1) > > > > > > My mistake, should be '3' instead of 3.

Re: [Suspend-devel] [BUG] 3.7-rc regression bisected: s2disk fails to resume image: Processes could not be frozen, cannot continue resuming

2013-09-23 Thread Pavel Machek
Hi! > > And from suspend_ioctls.h: > > #define SNAPSHOT_IOC_MAGIC '3' > > #define SNAPSHOT_FREEZE _IO(SNAPSHOT_IOC_MAGIC, 1) > > > > My mistake, should be '3' instead of 3. > > OK... The thing to test, then, is what does __usermodehelper_disable() > return to freeze_process

Re: [Suspend-devel] [BUG] 3.7-rc regression bisected: s2disk fails to resume image: Processes could not be frozen, cannot continue resuming

2013-09-18 Thread Pavel Machek
On Thu 2013-09-12 12:32:17, Andrew Savchenko wrote: > Hello, > > On Thu, 05 Sep 2013 14:23:25 +0200 Rafael J. Wysocki wrote: > > On Thursday, September 05, 2013 02:08:11 PM Pavel Machek wrote: > > > Hi! > > > > > > Rafael, Al: apparently we have a regression caused by > > > ba4df2808a86f8b103c4db

Re: [Suspend-devel] [BUG] 3.7-rc regression bisected: s2disk fails to resume image: Processes could not be frozen, cannot continue resuming

2013-09-12 Thread Andrew Savchenko
Hello, On Thu, 05 Sep 2013 14:23:25 +0200 Rafael J. Wysocki wrote: > On Thursday, September 05, 2013 02:08:11 PM Pavel Machek wrote: > > Hi! > > > > Rafael, Al: apparently we have a regression caused by > > ba4df2808a86f8b103c4db0b8807649383e9bd13 . > > I noticed that, but I'm not sure how to de

Re: [Suspend-devel] [BUG] 3.7-rc regression bisected: s2disk fails to resume image: Processes could not be frozen, cannot continue resuming

2013-09-05 Thread Rafael J. Wysocki
On Thursday, September 05, 2013 02:08:11 PM Pavel Machek wrote: > Hi! > > Rafael, Al: apparently we have a regression caused by > ba4df2808a86f8b103c4db0b8807649383e9bd13 . I noticed that, but I'm not sure how to deal with it. Also, s2disk still works on my test machines, so that seems to be spe

Re: [Suspend-devel] [BUG] 3.7-rc regression bisected: s2disk fails to resume image: Processes could not be frozen, cannot continue resuming

2013-09-05 Thread Pavel Machek
Hi! Rafael, Al: apparently we have a regression caused by ba4df2808a86f8b103c4db0b8807649383e9bd13 . > > after a kernel update from 3.5.7 to the latest stable I found that > > user-space resume (from suspend-1.0 aka uswsusp) no longer works. > > Kernel-space suspend and resume work fine (e.g. ech