From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toshi Kani Subject: Re: [PATCH 0/3] EFI memmap fix Date: Mon, 16 Dec 2013 18:11:44 -0700 Message-ID: <1387242704.21140.44.camel@misato.fc.hp.com> References: <1387236997-26975-1-git-send-email-bp@alien8.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1387236997-26975-1-git-send-email-bp-Gina5bIWoIWzQB+pC5nmwQ@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Borislav Petkov Cc: Linux EFI , X86 ML , LKML , Borislav Petkov , Matt Fleming , Matthew Garrett , "H. Peter Anvin" , Dave Young , James Bottomley , Vivek Goyal , Arjan van de Ven List-Id: linux-efi@vger.kernel.org On Tue, 2013-12-17 at 00:36 +0100, Borislav Petkov wrote: > From: Borislav Petkov > > Hi guys, > > this is the result of Toshi and me debugging a #GP on one of his big HP > boxes sporting UEFI. Each commit message should be self-explanatory so > please look there. > > This has more or less an RFC nature thus I'm sending it now to collect > feedback. It is going to wait in the EFI queue anyway after the kexec > stuff gets sorted out first. > > Comments and suggestions as always are very much appreciated. > > Thanks. > > Borislav Petkov (3): > x86, ptdump: Add the functionality to dump an arbitrary pagetable > efi: Dump the EFI page table > efi: Make efi virtual runtime map passing more robust > > arch/x86/include/asm/pgtable.h | 3 +- > arch/x86/mm/dump_pagetables.c | 77 ++++++++++++++++++++++++++++-------------- > arch/x86/platform/efi/efi.c | 68 ++++++++++++++++++++++++++++++++----- > 3 files changed, 112 insertions(+), 36 deletions(-) > Thanks for the quick turnaround! For the series: Tested-by: Toshi Kani Toshi