[kernel] r12676 - in dists/trunk/linux-2.6/debian: . config
Maximilian Attems
maks at alioth.debian.org
Thu Feb 5 13:15:17 UTC 2009
Author: maks
Date: Thu Feb 5 13:15:15 2009
New Revision: 12676
Log:
topconfig set CORE_DUMP_DEFAULT_ELF_HEADERS
needs gdb 6.7 at least which is in lenny.
"the first page of the file in a core dump makes it possible to
identify the build ID bits in the file".
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 (original)
+++ dists/trunk/linux-2.6/debian/changelog Thu Feb 5 13:15:15 2009
@@ -36,7 +36,7 @@
RTC_DRV_M48T35, RTC_DRV_BQ4802, RTC_DRV_WM8350, UNEVICTABLE_LRU,
MAC80211_RC_MINSTREL, BATTERY_BQ27x00, REGULATOR, REGULATOR_BQ24022,
REGULATOR_WM8350, REGULATOR_WM8400, FB_VIA, FB_METRONOME, FB_MB862XX,
- UIO_SERCOS3.
+ UIO_SERCOS3, CORE_DUMP_DEFAULT_ELF_HEADERS.
* [x86] set MOUSE_BCM5974, X86_RESERVE_LOW_64K, OPROFILE_IBS,
MICROCODE_INTEL, MICROCODE_AMD.
* [x86_64] set AMD_IOMMU, MTRR_SANITIZER.
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config (original)
+++ dists/trunk/linux-2.6/debian/config/config Thu Feb 5 13:15:15 2009
@@ -1996,6 +1996,7 @@
## file: fs/Kconfig.binfmt
##
CONFIG_BINFMT_ELF=y
+CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_MISC=m
##
More information about the Kernel-svn-changes
mailing list