From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751425AbaIUP1N (ORCPT ); Sun, 21 Sep 2014 11:27:13 -0400 Received: from mail-we0-f176.google.com ([74.125.82.176]:56694 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751169AbaIUP1L (ORCPT ); Sun, 21 Sep 2014 11:27:11 -0400 From: Mathias Krause To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org, x86@kernel.org, Mathias Krause Subject: [PATCHv2 0/3] x86, ptdump: a EFI related fix + enhancements Date: Sun, 21 Sep 2014 17:26:53 +0200 Message-Id: <1411313216-2641-1-git-send-email-minipli@googlemail.com> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series slightly simplifies (patch 2) and then enhances (patch 3) the page table dump code to respect the page table attributes of the whole page table walk when determining the effective access rights. It also fixes the regression that the EFI runtime service mappings are no longer visible when CONFIG_X86_ESPFIX64 is set (patch 1). Please apply! Changelog: v2: - re-add pt_dump prefix to macros (and ignore checkpatch warnings) as suggested by Ingo Mathias Krause (3): x86, ptdump: Add section for EFI runtime services x86, ptdump: Simplify page flag evaluation code x86, ptdump: Take parent page flags into account arch/x86/include/asm/pgtable_64_types.h | 2 + arch/x86/mm/dump_pagetables.c | 176 +++++++++++------------ arch/x86/platform/efi/efi_64.c | 3 +- 3 files changed, 91 insertions(+), 90 deletions(-) -- 1.7.10.4