]> git.baikalelectronics.ru Git - kernel.git/commit
x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' directory
authorAndy Lutomirski <luto@kernel.org>
Wed, 31 Jan 2018 15:56:22 +0000 (07:56 -0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 13 Feb 2018 15:00:45 +0000 (16:00 +0100)
commit0a5cde2e0c9e510cd3c63fe9b42c47a92b475ae8
tree4afdb667d6d41cede6db3f47b21b86ceb8b0341a
parent1477b3d2e2a1cbf29655fa4096c90d964c56c9c3
x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' directory

EFI is complicated enough that being able to view its pagetables is
quite helpful.  Rather than requiring users to fish it out of dmesg
on an appropriately configured kernel, let users view it in debugfs
as well.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-efi@vger.kernel.org
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/ba158a93f3250e6fca752cff2cfb1fcdd9f2b50c.1517414050.git.luto@kernel.org
[ Fixed trivial whitespace damage and fixed missing export. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/mm/debug_pagetables.c
arch/x86/platform/efi/efi_64.c