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

Maximilian Attems maks at alioth.debian.org
Mon May 21 14:50:07 UTC 2012


Author: maks
Date: Mon May 21 14:50:06 2012
New Revision: 19026

Log:
enable DM_VERITY

while at it explicitly disable some dm debug stuff.

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	Mon May 21 14:50:02 2012	(r19025)
+++ dists/trunk/linux-2.6/debian/changelog	Mon May 21 14:50:06 2012	(r19026)
@@ -2,6 +2,8 @@
 
   * New upstream release: http://kernelnewbies.org/Linux_3.4
 
+  * Enable DM_VERITY.
+
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 21 May 2012 01:37:21 +0100
 
 linux-2.6 (3.3.6-1~experimental.1) experimental; urgency=low

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Mon May 21 14:50:02 2012	(r19025)
+++ dists/trunk/linux-2.6/debian/config/config	Mon May 21 14:50:06 2012	(r19026)
@@ -899,6 +899,8 @@
 CONFIG_MD_FAULTY=m
 CONFIG_BLK_DEV_DM=m
 # CONFIG_DM_DEBUG is not set
+# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
+# CONFIG_DM_DEBUG_SPACE_MAPS is not set
 CONFIG_DM_CRYPT=m
 CONFIG_DM_SNAPSHOT=m
 CONFIG_DM_THIN_PROVISIONING=m
@@ -912,6 +914,7 @@
 CONFIG_DM_DELAY=m
 CONFIG_DM_UEVENT=y
 CONFIG_DM_FLAKEY=m
+CONFIG_DM_VERITY=m
 
 ##
 ## file: drivers/media/Kconfig



More information about the Kernel-svn-changes mailing list