These patches aim to make it clearer under which circumstances hibernation will function as expected. They include one documentation change, and one change which logs more information on failure to enter hibernation. ---- comments on patch versions ---- As suggested, v3 makes the log messages more consistent, by including the term "hibernation" in most of them (if not all). (I think this was worth it, also because this code doesn't change often, but we're quickly entering the region of diminishing returns.) v2 uses better terminology in the Documentation, and removes a suggestion for a workaround. ----------------------------------- Luigi Semenzato (2): Documentation: clarify limitations of hibernation pm: add more logging on hibernation failure Documentation/admin-guide/pm/sleep-states.rst | 12 +++++++++- kernel/power/hibernate.c | 23 +++++++++--------- kernel/power/snapshot.c | 24 ++++++++++++------- 3 files changed, 38 insertions(+), 21 deletions(-) -- 2.24.1.735.g03f4e72817-goog