Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1443435

[PATCH 0/2][RFC v4] PM / hibernate: Introduce snapshot test mode for hibernation

From Chen Yu <yu.c.chen@intel.com>
Newsgroups linux.kernel
Subject [PATCH 0/2][RFC v4] PM / hibernate: Introduce snapshot test mode for hibernation
Date 2016-07-14 15:10 +0200
Message-ID <rUOyS-1GD-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Sometimes we need to debug during hibernation resume, thus it would
be convenient for the users to verify if the snapshot stored in the disk
can be successfully restored, without BIOSes or system re-initialization
involved in. This patch has introduced a snapshot pm_test mode for this purpose.

Chen Yu (2):
  PM / hibernate: Introduce snapshot test mode for hibernation
  PM / Documentation: Add description for snapshot test mode

 Documentation/power/basic-pm-debugging.txt | 15 +++++++--
 kernel/power/hibernate.c                   | 54 +++++++++++++++++++++++++++++-
 kernel/power/main.c                        |  3 ++
 kernel/power/power.h                       |  3 ++
 kernel/power/suspend.c                     |  8 +++++
 kernel/power/swap.c                        |  7 ++++
 6 files changed, 86 insertions(+), 4 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2][RFC v4] PM / hibernate: Introduce snapshot test mode for hibernation Chen Yu <yu.c.chen@intel.com> - 2016-07-14 15:10 +0200
  [PATCH 1/2][RFC v4] PM / hibernate: Introduce snapshot test mode for hibernation Chen Yu <yu.c.chen@intel.com> - 2016-07-14 15:10 +0200
    Re: [PATCH 1/2][RFC v4] PM / hibernate: Introduce snapshot test mode for hibernation "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-07-16 00:10 +0200

csiph-web