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


Groups > linux.kernel > #1443348 > unrolled thread

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

Started byChen Yu <yu.c.chen@intel.com>
First post2016-07-14 12:40 +0200
Last post2016-07-14 12:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2][RFC v3] PM / hibernate: Introduce snapshot test mode for hibernation Chen Yu <yu.c.chen@intel.com> - 2016-07-14 12:40 +0200

#1443348 — [PATCH 0/2][RFC v3] PM / hibernate: Introduce snapshot test mode for hibernation

FromChen Yu <yu.c.chen@intel.com>
Date2016-07-14 12:40 +0200
Subject[PATCH 0/2][RFC v3] PM / hibernate: Introduce snapshot test mode for hibernation
Message-ID<rUMdI-8va-19@gated-at.bofh.it>
Sometimes we need to debug during hibernation resume stage, and
it would be convenient for the user to test if the snapshot stored
in the disk can be successfully restored without BIOSes or system
re-initialization involved in. So this patch has introduced a snapshot
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                   | 49 +++++++++++++++++++++++++++++-
 kernel/power/main.c                        |  3 ++
 kernel/power/power.h                       |  3 ++
 kernel/power/suspend.c                     |  7 +++++
 kernel/power/swap.c                        |  7 +++++
 6 files changed, 80 insertions(+), 4 deletions(-)

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web