From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751109AbdFQFVU (ORCPT ); Sat, 17 Jun 2017 01:21:20 -0400 Received: from mga14.intel.com ([192.55.52.115]:6399 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750815AbdFQFVT (ORCPT ); Sat, 17 Jun 2017 01:21:19 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,350,1493708400"; d="scan'208";a="114274987" From: Chen Yu To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, Yu Chen , Ingo Molnar , "Rafael J . Wysocki" 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 Message-Id: X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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