Kbuild: rename HAVE_CC_STACKPROTECTOR config variable
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 14 Jun 2018 10:36:45 +0000 (19:36 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 14 Jun 2018 22:15:28 +0000 (07:15 +0900)
commitd148eac0e70f06485dbd4cce6ed01cb07c650cec
tree79be720d29ea321101cd09a770a3e37ca48acef4
parenta0f8c29706cb86689ce601cd6ad296160703832a
Kbuild: rename HAVE_CC_STACKPROTECTOR config variable

HAVE_CC_STACKPROTECTOR should be selected by architectures with stack
canary implementation.  It is not about the compiler support.

For the consistency with commit 050e9baa9dc9 ("Kbuild: rename
CC_STACKPROTECTOR[_STRONG] config variables"), remove 'CC_' from the
config symbol.

I moved the 'select' lines to keep the alphabetical sorting.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/features/debug/stackprotector/arch-support.txt
arch/Kconfig
arch/arm/Kconfig
arch/arm64/Kconfig
arch/mips/Kconfig
arch/sh/Kconfig
arch/x86/Kconfig
arch/xtensa/Kconfig