Re: [PATCH 2/5] efi: Dump the EFI page table

2014-01-20 Thread Matt Fleming
On Sat, 18 Jan, at 12:48:15PM, Borislav Petkov wrote: From: Borislav Petkov b...@suse.de This is very useful for debugging issues with the recently added pagetable switching code for EFI virtual mode. Signed-off-by: Borislav Petkov b...@suse.de Tested-by: Toshi Kani toshi.k...@hp.com ---

Re: [PATCH 2/5] efi: Dump the EFI page table

2014-01-20 Thread Borislav Petkov
On Mon, Jan 20, 2014 at 01:38:02PM +, Matt Fleming wrote: +config EFI_PGT_DUMP + bool Dump the EFI pagetable + depends on EFI X86_PTDUMP + ---help--- + Enable this if you want to dump the EFI page table before + enabling virtual mode. This can be used to debug

Re: [PATCH v4 0/4] kexec-tools: efi runtime support on kexec kernel

2014-01-20 Thread Dave Young
On 01/21/14 at 02:07pm, Simon Horman wrote: On Tue, Jan 21, 2014 at 10:55:36AM +0800, Dave Young wrote: Hi, Simon The kernel patches has been merged into Linus tree, could you take a look at these kexec-tools patches and merge them if there's no more comments? Patch 4/4 was resended