mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
Enable CC_STACKPROTECTOR_STRONG (Closes: #805652)
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
|
||||
|
||||
|
||||
4
debian/config/armel/config-reduced
vendored
4
debian/config/armel/config-reduced
vendored
@@ -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
|
||||
|
||||
2
debian/config/config
vendored
2
debian/config/config
vendored
@@ -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
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user