From: Chen Yu <yu.c.chen@intel.com>
To: x86@kernel.org
Cc: linux-kernel@vger.kernel.org, Yu Chen <yu.c.chen@intel.com>,
Ingo Molnar <mingo@kernel.org>,
"Rafael J . Wysocki" <rafael@kernel.org>
Subject: [PATCH 0/2][RFC] Introduce e820_table_ori to fix the memory inconsistent problem during hibernation
Date: Sat, 17 Jun 2017 13:21:32 +0800 [thread overview]
Message-ID: <cover.1497675876.git.yu.c.chen@intel.com> (raw)
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
next reply other threads:[~2017-06-17 5:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-17 5:21 Chen Yu [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1497675876.git.yu.c.chen@intel.com \
--to=yu.c.chen@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=rafael@kernel.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).