From 5e02d867fdedabdd2acdfe0fd2a9d8d371db363f Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 8 May 2013 10:18:18 -0400 Subject: [PATCH] config: Enable DEBUG_MEMLEAK and HYPERVISOR_GUEST (for v3.10) Signed-off-by: Konrad Rzeszutek Wilk --- linux.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linux.config b/linux.config index faa13f0..6d66491 100644 --- a/linux.config +++ b/linux.config @@ -22,7 +22,7 @@ CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_LZMA is not set # CONFIG_LOCALVERSION_AUTO=y -# CONFIG_DEBUG_KMEMLEAK is not set +CONFIG_DEBUG_KMEMLEAK=y # CONFIG_SYSCTL=y @@ -879,4 +879,6 @@ CONFIG_BRIDGE_IGMP_SNOOPING=y CONFIG_MEMORY_HOTPLUG=y CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_HYPERVISOR_GUEST=y + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set -- 2.39.5