[kernel] r13673 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Wed May 27 10:50:00 UTC 2009


Author: maks
Date: Wed May 27 10:49:58 2009
New Revision: 13673

Log:
topconfig set STRIP_ASM_SYMS

defaults to no, but seems useful and also seen enabled on fedora.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Wed May 27 10:49:55 2009	(r13672)
+++ dists/trunk/linux-2.6/debian/changelog	Wed May 27 10:49:58 2009	(r13673)
@@ -19,7 +19,7 @@
     DRAGONRISE_FF, LEDS_LP5521, LEDS_DAC124S085, LEDS_BD2802,
     UIO_AEC, CRYPTO_ZLIB, REGULATOR_FIXED_VOLTAGE, NOP_USB_XCEIV,
     POHMELFS, FSCACHE, CACHEFILES, EXOFS, NFS_FSCACHE, AFS_FSCACHE,
-    MTD_NAND_NANDSIM.
+    MTD_NAND_NANDSIM, STRIP_ASM_SYMS.
   * [x86] set new DELL_WMI, EDAC_AMD8131, EDAC_AMD8111, X86_PAT, DMAR.
   * [x86_64] set new CRYPTO_AES_NI_INTEL.
   * Newer Standards-Version 3.8.1 without changes.

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Wed May 27 10:49:55 2009	(r13672)
+++ dists/trunk/linux-2.6/debian/config/config	Wed May 27 10:49:58 2009	(r13673)
@@ -2809,6 +2809,7 @@
 CONFIG_NET_NS=y
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+CONFIG_STRIP_ASM_SYMS=y
 # CONFIG_EMBEDDED is not set
 CONFIG_SYSCTL_SYSCALL=y
 CONFIG_KALLSYMS=y



More information about the Kernel-svn-changes mailing list