From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934444AbbLWMoo (ORCPT ); Wed, 23 Dec 2015 07:44:44 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:35604 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753048AbbLWMom (ORCPT ); Wed, 23 Dec 2015 07:44:42 -0500 Date: Wed, 23 Dec 2015 12:44:39 +0000 From: Matt Fleming To: "Elliott, Robert (Persistent Memory)" Cc: "tglx@linutronix.de" , "mingo@redhat.com" , "hpa@zytor.com" , "x86@kernel.org" , "linux-efi@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/4] x86/efi: show actual ending addresses in efi_print_memmap Message-ID: <20151223124439.GA2471@codeblueprint.co.uk> References: <1450402114-3606-1-git-send-email-elliott@hpe.com> <1450402114-3606-2-git-send-email-elliott@hpe.com> <20151221155038.GD4227@codeblueprint.co.uk> <20151221160629.GF4227@codeblueprint.co.uk> <94D0CD8314A33A4D9D801C0FE68B40295BEC74CF@G9W0745.americas.hpqcorp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <94D0CD8314A33A4D9D801C0FE68B40295BEC74CF@G9W0745.americas.hpqcorp.net> User-Agent: Mutt/1.5.24+41 (02bc14ed1569) (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 22 Dec, at 08:08:19PM, Elliott, Robert (Persistent Memory) wrote: > > While investigating the grub persistent memory corruption > issues, it was helpful to make this table match the ending > address convention used by: > * the kernel's e820 table prints > * the kernel's nosave memory prints > * grub's lsmmap and lsefimmap commands > * the UEFI shell's memmap command > > Using the excerpts from the patch, if you grep all the various > logs for c7fffffff, you won't find the line with c80000000. I like this. This is reasonable justification. Please inclue it in the commit log.