[kernel] r19117 - in dists/sid/linux/debian: . config/kernelarch-x86

Ben Hutchings benh at alioth.debian.org
Sun Jun 10 23:54:18 UTC 2012


Author: benh
Date: Sun Jun 10 23:54:15 2012
New Revision: 19117

Log:
[x86] Enable CRASH_DUMP, PROC_VMCORE (Closes: #623177)

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/kernelarch-x86/config

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Sun Jun 10 15:30:24 2012	(r19116)
+++ dists/sid/linux/debian/changelog	Sun Jun 10 23:54:15 2012	(r19117)
@@ -28,6 +28,7 @@
   * [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.

Modified: dists/sid/linux/debian/config/kernelarch-x86/config
==============================================================================
--- dists/sid/linux/debian/config/kernelarch-x86/config	Sun Jun 10 15:30:24 2012	(r19116)
+++ dists/sid/linux/debian/config/kernelarch-x86/config	Sun Jun 10 23:54:15 2012	(r19117)
@@ -48,7 +48,7 @@
 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_SUN_PARTITION=y
 
 ##
+## file: fs/proc/Kconfig
+##
+CONFIG_PROC_VMCORE=y
+
+##
 ## file: kernel/irq/Kconfig
 ##
 CONFIG_SPARSE_IRQ=y



More information about the Kernel-svn-changes mailing list