[linux] 04/09: Enable CC_STACKPROTECTOR_STRONG (Closes: #805652)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Dec 13 00:35:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit 0f2fe8b81a29edc5f240ec2a4e7d32eda734fd83
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sat Dec 12 23:45:20 2015 +0000
Enable CC_STACKPROTECTOR_STRONG (Closes: #805652)
---
debian/changelog | 1 +
debian/config/armel/config-reduced | 4 ++++
debian/config/config | 2 +-
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2e9405c..6577afb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at decadent.org.uk> Wed, 09 Dec 2015 23:20:32 +0000
diff --git a/debian/config/armel/config-reduced b/debian/config/armel/config-reduced
index 2606fd1..7392e0d 100644
--- a/debian/config/armel/config-reduced
+++ b/debian/config/armel/config-reduced
@@ -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
diff --git a/debian/config/config b/debian/config/config
index 5dbc43a..aef0859 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -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
##
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list