[kernel] r14067 - in dists/trunk/linux-2.6/debian: . config/kernelarch-x86
Maximilian Attems
maks at alioth.debian.org
Fri Jul 31 21:39:40 UTC 2009
Author: maks
Date: Fri Jul 31 21:39:39 2009
New Revision: 14067
Log:
x86 enable CC_STACKPROTECTOR
for lenny gcc was already useful for aboves,
so finaly turn it on.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Fri Jul 31 21:30:47 2009 (r14066)
+++ dists/trunk/linux-2.6/debian/changelog Fri Jul 31 21:39:39 2009 (r14067)
@@ -24,7 +24,8 @@
* Disable v4l1 ov511 and quickcam_messenger drivers.
* [x86_64] Enable HW_RANDOM_VIA.
* [x86] Keep divers staging stuff enabled.
- * [x86] Enable RT3070, COMEDI_PCMCIA_DRIVERS, ACERHDF, EDAC_AMD64.
+ * [x86] Enable RT3070, COMEDI_PCMCIA_DRIVERS, ACERHDF, EDAC_AMD64,
+ CC_STACKPROTECTOR.
* rtl8192su: remove firmware and disable.
* Newer Standards-Version 3.8.2 without changes.
* Allow install in chroot without do_initrd check for piuparts.
Modified: dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/kernelarch-x86/config Fri Jul 31 21:30:47 2009 (r14066)
+++ dists/trunk/linux-2.6/debian/config/kernelarch-x86/config Fri Jul 31 21:39:39 2009 (r14067)
@@ -42,7 +42,7 @@
CONFIG_X86_PAT=y
CONFIG_EFI=y
CONFIG_SECCOMP=y
-# CONFIG_CC_STACKPROTECTOR is not set
+CONFIG_CC_STACKPROTECTOR=y
CONFIG_KEXEC=y
# CONFIG_CRASH_DUMP is not set
# CONFIG_KEXEC_JUMP is not set
More information about the Kernel-svn-changes
mailing list