arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX
authorLaura Abbott <labbott@redhat.com>
Tue, 7 Feb 2017 00:31:58 +0000 (16:31 -0800)
committerKees Cook <keescook@chromium.org>
Tue, 7 Feb 2017 20:32:52 +0000 (12:32 -0800)
commit0f5bf6d0afe4be6e1391908ff2d6dc9730e91550
tree12c10057175483fe3f3720b37b7ffb5b73241b2a
parentad21fc4faa2a1f919bac1073b885df9310dbc581
arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX

Both of these options are poorly named. The features they provide are
necessary for system security and should not be considered debug only.
Change the names to CONFIG_STRICT_KERNEL_RWX and
CONFIG_STRICT_MODULE_RWX to better describe what these options do.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Acked-by: Jessica Yu <jeyu@redhat.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
24 files changed:
Documentation/DocBook/kgdb.tmpl
Documentation/security/self-protection.txt
arch/Kconfig
arch/arm/configs/aspeed_g4_defconfig
arch/arm/configs/aspeed_g5_defconfig
arch/arm/include/asm/cacheflush.h
arch/arm/kernel/patch.c
arch/arm/kernel/vmlinux.lds.S
arch/arm/mm/Kconfig
arch/arm/mm/init.c
arch/arm64/Kconfig.debug
arch/arm64/kernel/insn.c
arch/parisc/configs/712_defconfig
arch/parisc/configs/c3000_defconfig
arch/parisc/mm/init.c
include/linux/filter.h
include/linux/init.h
include/linux/module.h
init/main.c
kernel/configs/android-recommended.config
kernel/module.c
kernel/power/hibernate.c
kernel/power/power.h
kernel/power/snapshot.c