aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/features/debug/stackprotector
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-06-14 06:36:45 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2018-06-14 18:15:28 -0400
commitd148eac0e70f06485dbd4cce6ed01cb07c650cec (patch)
tree79be720d29ea321101cd09a770a3e37ca48acef4 /Documentation/features/debug/stackprotector
parenta0f8c29706cb86689ce601cd6ad296160703832a (diff)
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>
Diffstat (limited to 'Documentation/features/debug/stackprotector')
-rw-r--r--Documentation/features/debug/stackprotector/arch-support.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/features/debug/stackprotector/arch-support.txt b/Documentation/features/debug/stackprotector/arch-support.txt
index 74b89a9c8b3a..954ac1c95553 100644
--- a/Documentation/features/debug/stackprotector/arch-support.txt
+++ b/Documentation/features/debug/stackprotector/arch-support.txt
@@ -1,6 +1,6 @@
1# 1#
2# Feature name: stackprotector 2# Feature name: stackprotector
3# Kconfig: HAVE_CC_STACKPROTECTOR 3# Kconfig: HAVE_STACKPROTECTOR
4# description: arch supports compiler driven stack overflow protection 4# description: arch supports compiler driven stack overflow protection
5# 5#
6 ----------------------- 6 -----------------------