Re: [PATCH][v6] PM / hibernate: Introduce test_resume mode for hibernation

2016-07-29 Thread Chen Yu
On Thu, Jul 28, 2016 at 09:32:06PM +0200, Pavel Machek wrote: > On Fri 2016-07-22 10:30:47, Chen Yu wrote: > > test_resume mode is to verify if the snapshot data > > written to swap device can be successfully restored > > to memory. It is useful to ease the debugging process > > on hibernation, sin

Re: [PATCH][v6] PM / hibernate: Introduce test_resume mode for hibernation

2016-07-28 Thread Pavel Machek
On Fri 2016-07-22 10:30:47, Chen Yu wrote: > test_resume mode is to verify if the snapshot data > written to swap device can be successfully restored > to memory. It is useful to ease the debugging process > on hibernation, since this mode can not only bypass > the BIOSes/bootloader, but also the s

[PATCH][v6] PM / hibernate: Introduce test_resume mode for hibernation

2016-07-21 Thread Chen Yu
test_resume mode is to verify if the snapshot data written to swap device can be successfully restored to memory. It is useful to ease the debugging process on hibernation, since this mode can not only bypass the BIOSes/bootloader, but also the system re-initialization. To avoid the risk to break