From d248e365227fef613514d3801893600ee0363923 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Mon, 21 May 2012 14:50:06 +0000 Subject: [PATCH] enable DM_VERITY while at it explicitly disable some dm debug stuff. svn path=/dists/trunk/linux-2.6/; revision=19026 --- debian/changelog | 2 ++ debian/config/config | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 885590cd2..22eb746cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ linux-2.6 (3.4-1~experimental.1) UNRELEASED; urgency=low * New upstream release: http://kernelnewbies.org/Linux_3.4 + * Enable DM_VERITY. + -- Ben Hutchings Mon, 21 May 2012 01:37:21 +0100 linux-2.6 (3.3.6-1~experimental.1) experimental; urgency=low diff --git a/debian/config/config b/debian/config/config index 3ff416c85..c7047ea5a 100644 --- a/debian/config/config +++ b/debian/config/config @@ -899,6 +899,8 @@ CONFIG_MD_MULTIPATH=m 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_MULTIPATH_ST=m CONFIG_DM_DELAY=m CONFIG_DM_UEVENT=y CONFIG_DM_FLAKEY=m +CONFIG_DM_VERITY=m ## ## file: drivers/media/Kconfig