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

Maximilian Attems maks at alioth.debian.org
Tue Jan 26 16:10:18 UTC 2010


Author: maks
Date: Tue Jan 26 16:10:13 2010
New Revision: 15003

Log:
topconfig set MEMORY_FAILURE

currently only available for x86.  sparc will probably also get it.
fedora enables it. adds page flag, see
d466f2fcb32cd97fd586bfa33f5dba3ac78aadb0 and subsequent commits.

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	Tue Jan 26 13:01:12 2010	(r15002)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Jan 26 16:10:13 2010	(r15003)
@@ -62,6 +62,9 @@
   * [amd64] Make AGP support again built-in to fullfill the not completely
     documented dependency with GART IOMMU support. (closes: #561552)
 
+  [ maximilian attems ]
+  * [topconfig] set MEMORY_FAILURE.
+
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 10 Jan 2010 17:38:50 +0000
 
 linux-2.6 (2.6.32-5) unstable; urgency=low

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Tue Jan 26 13:01:12 2010	(r15002)
+++ dists/trunk/linux-2.6/debian/config/config	Tue Jan 26 16:10:13 2010	(r15003)
@@ -3332,6 +3332,7 @@
 CONFIG_MIGRATION=y
 CONFIG_KSM=y
 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
+CONFIG_MEMORY_FAILURE=y
 
 ##
 ## file: net/Kconfig



More information about the Kernel-svn-changes mailing list