Enable CC_STACKPROTECTOR_STRONG (Closes: #805652)

This commit is contained in:
Ben Hutchings 2015-12-12 23:45:20 +00:00
parent efc870db16
commit 0f2fe8b81a
3 changed files with 6 additions and 1 deletions

1
debian/changelog vendored
View File

@ -15,6 +15,7 @@ linux (4.3.1-1~exp1) UNRELEASED; urgency=medium
(Closes: #807721)
* [x86] drm/i915: Mark uneven memory banks on gen4 desktop as unknown
swizzling (Closes: #780363)
* Enable CC_STACKPROTECTOR_STRONG (Closes: #805652)
-- Ben Hutchings <ben@decadent.org.uk> Wed, 09 Dec 2015 23:20:32 +0000

View File

@ -2,6 +2,10 @@
## file: arch/Kconfig
##
# CONFIG_KPROBES is not set
## choice: Stack Protector buffer overflow detection
CONFIG_CC_STACKPROTECTOR_REGULAR=y
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
## end choice
##
## file: block/Kconfig.iosched

View File

@ -5,7 +5,7 @@ CONFIG_OPROFILE=m
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
## choice: Stack Protector buffer overflow detection
CONFIG_CC_STACKPROTECTOR_REGULAR=y
CONFIG_CC_STACKPROTECTOR_STRONG=y
## end choice
##