From 148d3c9049cc630de3ba835904c72002a41ec1b1 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 10 Jun 2012 23:54:15 +0000 Subject: [PATCH] [x86] Enable CRASH_DUMP, PROC_VMCORE (Closes: #623177) svn path=/dists/sid/linux/; revision=19117 --- debian/changelog | 1 + debian/config/kernelarch-x86/config | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 472fda13f..0d06ac822 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ linux (3.2.20-1) UNRELEASED; urgency=low * [i386] thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE (Closes: #676360) * linux-source: Add single patch for each featureset + * [x86] Enable CRASH_DUMP, PROC_VMCORE (Closes: #623177) [ Bastian Blank ] * [s390/s390x,s390x/s390x] Build debugging symbols. diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index fc53108ba..d80bd8bcf 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -48,7 +48,7 @@ CONFIG_EFI_STUB=y CONFIG_SECCOMP=y CONFIG_CC_STACKPROTECTOR=y CONFIG_KEXEC=y -# CONFIG_CRASH_DUMP is not set +CONFIG_CRASH_DUMP=y # CONFIG_KEXEC_JUMP is not set CONFIG_RELOCATABLE=y CONFIG_HOTPLUG_CPU=y @@ -1570,6 +1570,11 @@ CONFIG_SGI_PARTITION=y CONFIG_ULTRIX_PARTITION=y CONFIG_SUN_PARTITION=y +## +## file: fs/proc/Kconfig +## +CONFIG_PROC_VMCORE=y + ## ## file: kernel/irq/Kconfig ##