arm64: dump: Add checking for writable and exectuable pages
authorLaura Abbott <[email protected]>
Thu, 27 Oct 2016 16:27:34 +0000 (09:27 -0700)
committerCatalin Marinas <[email protected]>
Mon, 7 Nov 2016 18:15:04 +0000 (18:15 +0000)
commit1404d6f13e47c42f155e3c6a611b1bf4dd35dde9
treef6bf9d56920d2c3d7346cd925781b071075c810b
parentcfd69e9551a1b1d20a7ba030a0990aa370817f54
arm64: dump: Add checking for writable and exectuable pages

Page mappings with full RWX permissions are a security risk. x86
has an option to walk the page tables and dump any bad pages.
(See e1a58320a38d ("x86/mm: Warn on W^X mappings")). Add a similar
implementation for arm64.

Reviewed-by: Kees Cook <[email protected]>
Reviewed-by: Mark Rutland <[email protected]>
Tested-by: Mark Rutland <[email protected]>
Signed-off-by: Laura Abbott <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
[[email protected]: folded fix for KASan out of bounds from Mark Rutland]
Signed-off-by: Catalin Marinas <[email protected]>
arch/arm64/Kconfig.debug
arch/arm64/include/asm/ptdump.h
arch/arm64/mm/dump.c
arch/arm64/mm/mmu.c