projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d80ae83
)
powerpc/ptdump: Only enable PPC_CHECK_WX with STRICT_KERNEL_RWX
author
Christophe Leroy
<christophe.leroy@c-s.fr>
Tue, 14 Jan 2020 08:13:10 +0000
(08:13 +0000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 23 Jan 2020 10:31:13 +0000
(21:31 +1100)
ptdump_check_wx() is called from mark_rodata_ro() which only exists
when CONFIG_STRICT_KERNEL_RWX is selected.
Fixes: 453d87f6a8ae ("powerpc/mm: Warn if W+X pages found on boot")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/922d4939c735c6b52b4137838bcc066fffd4fc33.1578989545.git.christophe.leroy@c-s.fr
arch/powerpc/Kconfig.debug
patch
|
blob
|
history
diff --git
a/arch/powerpc/Kconfig.debug
b/arch/powerpc/Kconfig.debug
index 4e1d3984746270261f6d1c2dfa504a05d56f7fff..0b063830eea84c7d715a91e41b7bbd7d0dbdce86 100644
(file)
--- a/
arch/powerpc/Kconfig.debug
+++ b/
arch/powerpc/Kconfig.debug
@@
-371,7
+371,7
@@
config PPC_PTDUMP
config PPC_DEBUG_WX
bool "Warn on W+X mappings at boot"
- depends on PPC_PTDUMP
+ depends on PPC_PTDUMP
&& STRICT_KERNEL_RWX
help
Generate a warning if any W+X mappings are found at boot.