From: Mathias Krause Date: Sun, 21 Sep 2014 15:26:54 +0000 (+0200) Subject: x86, ptdump: Add section for EFI runtime services X-Git-Tag: omap-for-v3.19/fixes-rc1~156^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8266e31ed0fedb7ee16ebc86e80468f7cc1bbb4e;p=pandora-kernel.git x86, ptdump: Add section for EFI runtime services In commit 3891a04aafd6 ("x86-64, espfix: Don't leak bits 31:16 of %esp returning..") the "ESPFix Area" was added to the page table dump special sections. That area, though, has a limited amount of entries printed. The EFI runtime services are, unfortunately, located in-between the espfix area and the high kernel memory mapping. Due to the enforced limitation for the espfix area, the EFI mappings won't be printed in the page table dump. To make the ESP runtime service mappings visible again, provide them a dedicated entry. Signed-off-by: Mathias Krause Acked-by: Borislav Petkov Cc: H. Peter Anvin Signed-off-by: Matt Fleming --- Reading git-diff-tree failed