aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2012-06-10 23:54:15 +0000
committerBen Hutchings <benh@debian.org>2012-06-10 23:54:15 +0000
commit148d3c9049cc630de3ba835904c72002a41ec1b1 (patch)
tree8bf3a768680da34b69eb8b7acd93ed7a57480e7b
parent0be791d98b9b0b5d711d4f65c044de0c9f5330e4 (diff)
downloadkernel_replicant_linux-148d3c9049cc630de3ba835904c72002a41ec1b1.tar.gz
kernel_replicant_linux-148d3c9049cc630de3ba835904c72002a41ec1b1.tar.bz2
kernel_replicant_linux-148d3c9049cc630de3ba835904c72002a41ec1b1.zip
[x86] Enable CRASH_DUMP, PROC_VMCORE (Closes: #623177)
svn path=/dists/sid/linux/; revision=19117
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/kernelarch-x86/config7
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 472fda13fa43..0d06ac822408 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 fc53108bac44..d80bd8bcf23c 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
@@ -1571,6 +1571,11 @@ CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
##
+## file: fs/proc/Kconfig
+##
+CONFIG_PROC_VMCORE=y
+
+##
## file: kernel/irq/Kconfig
##
CONFIG_SPARSE_IRQ=y