* debian/changelog: Update.

* debian/config: Enable stack protector on all supported architectures.

svn path=/dists/trunk/linux/; revision=21679
This commit is contained in:
Bastian Blank 2014-08-04 09:32:59 +00:00
parent a01a321474
commit 4bb913b2f4
3 changed files with 4 additions and 3 deletions

1
debian/changelog vendored
View File

@ -8,6 +8,7 @@ linux (3.16~rc6-1~exp2) UNRELEASED; urgency=medium
* [x86] Enable Xen PVH support.
* Enable more Nftables modules.
* [x86] Enable EARLY_PRINTK_EFI.
* Enable stack protector on all supported architectures. (closes: #756898)
-- Aurelien Jarno <aurel32@debian.org> Thu, 31 Jul 2014 20:56:06 +0200

View File

@ -3,6 +3,9 @@
##
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
## choice: Stack Protector buffer overflow detection
CONFIG_CC_STACKPROTECTOR_REGULAR=y
## end choice
##
## file: block/Kconfig

View File

@ -3,9 +3,6 @@
##
CONFIG_OPROFILE=m
# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
## choice: Stack Protector buffer overflow detection
CONFIG_CC_STACKPROTECTOR_REGULAR=y
## end choice
##
## file: arch/x86/Kconfig