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

Ben Hutchings benh at alioth.debian.org
Sun Jun 24 16:14:48 UTC 2012


Author: benh
Date: Sun Jun 24 16:14:45 2012
New Revision: 19195

Log:
[i386] Disable incomplete lguest support

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

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Sun Jun 24 06:21:06 2012	(r19194)
+++ dists/sid/linux/debian/changelog	Sun Jun 24 16:14:45 2012	(r19195)
@@ -4,6 +4,7 @@
   * [powerpc] Enable PPC_DISABLE_WERROR (fixes FTBFS)
   * tracing/mm: Move include of trace/events/kmem.h out of header into slab.c
     (fixes FTBFS on sparc)
+  * [i386] Disable incomplete lguest support
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 23 Jun 2012 20:19:15 +0100
 

Modified: dists/sid/linux/debian/config/kernelarch-x86/config-arch-32
==============================================================================
--- dists/sid/linux/debian/config/kernelarch-x86/config-arch-32	Sun Jun 24 06:21:06 2012	(r19194)
+++ dists/sid/linux/debian/config/kernelarch-x86/config-arch-32	Sun Jun 24 16:14:45 2012	(r19195)
@@ -45,7 +45,7 @@
 ##
 ## file: arch/x86/lguest/Kconfig
 ##
-CONFIG_LGUEST_GUEST=y
+# CONFIG_LGUEST_GUEST is not set
 
 ##
 ## file: crypto/Kconfig
@@ -188,7 +188,7 @@
 ##
 ## file: drivers/lguest/Kconfig
 ##
-CONFIG_LGUEST=m
+# CONFIG_LGUEST is not set
 
 ##
 ## file: drivers/macintosh/Kconfig



More information about the Kernel-svn-changes mailing list