[kernel/f17] Enable EDAC debug facility on config-debug

mchehab mchehab at fedoraproject.org
Tue Oct 16 03:35:40 UTC 2012


commit a25b44e6532801d6ff95256e25c6bcfa8015aeac
Author: Mauro Carvalho Chehab <mchehab at redhat.com>
Date:   Tue Oct 16 00:33:22 2012 -0300

    Enable EDAC debug facility on config-debug
    
    It helps to have EDAC debug enabled, on -debug modules. the actual
    debug only happens when a modprobe parameter is used, so the only
    side effect of enabling the debug is to increase a little bit
    the size of the edac Kernel modules, as new printk's will be
    available there.
    
    While here, bump version to 3.6.2-3.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at redhat.com>

 config-debug |    2 ++
 kernel.spec  |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/config-debug b/config-debug
index db0aa6d..e1b3f9d 100644
--- a/config-debug
+++ b/config-debug
@@ -112,3 +112,5 @@ CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=1024
 CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
 
 CONFIG_MAC80211_MESSAGE_TRACING=y
+
+CONFIG_EDAC_DEBUG=y
diff --git a/kernel.spec b/kernel.spec
index 57f5856..b215c41 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 2
+%global baserelease 3
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching


More information about the scm-commits mailing list