All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2][RFC] Introduce e820_table_ori to fix the memory inconsistent problem during hibernation
@ 2017-06-17  5:21 Chen Yu
  2017-06-17  5:22 ` [PATCH 1/2][RFC] x86/boot/e820: Introduce e820_table_ori to represent the real original e820 layout Chen Yu
  2017-06-17  5:23 ` [PATCH 2/2][RFC] PM / hibernate: Utilize the original e820 map for consistent check Chen Yu
  0 siblings, 2 replies; 7+ messages in thread
From: Chen Yu @ 2017-06-17  5:21 UTC (permalink / raw)
  To: x86; +Cc: linux-kernel, Yu Chen, Ingo Molnar, Rafael J . Wysocki

This is a patch set to fix the issue found during hibernation restore that,
the MD5 fingerprint of the physical memory layout checking code has reported a
false-positive failure due to incorrect input from the e820 map.

Chen Yu (2):
  x86/boot/e820: Introduce e820_table_ori to represent the real original
    e820 layout
  PM / hibernate: Utilize the original e820 map for consistent check

 arch/x86/include/asm/e820/api.h |  1 +
 arch/x86/kernel/e820.c          | 24 ++++++++++++++++++++----
 arch/x86/power/hibernate_64.c   |  4 ++--
 3 files changed, 23 insertions(+), 6 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-07-02 17:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-17  5:21 [PATCH 0/2][RFC] Introduce e820_table_ori to fix the memory inconsistent problem during hibernation Chen Yu
2017-06-17  5:22 ` [PATCH 1/2][RFC] x86/boot/e820: Introduce e820_table_ori to represent the real original e820 layout Chen Yu
2017-06-22  9:40   ` Ingo Molnar
2017-06-23  4:13     ` Chen Yu
2017-06-23  8:42       ` Ingo Molnar
2017-07-02 17:01         ` Chen Yu
2017-06-17  5:23 ` [PATCH 2/2][RFC] PM / hibernate: Utilize the original e820 map for consistent check Chen Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.