[kernel/f18] Disable LATENCYTOP/SCHEDSTATS in non-debug builds.

Dave Jones davej at fedoraproject.org
Fri Jul 12 16:19:22 UTC 2013


commit 16dbebbb4bec15bd2d48d449616dccb08f131bf8
Author: Dave Jones <davej at redhat.com>
Date:   Fri Jul 12 12:18:59 2013 -0400

    Disable LATENCYTOP/SCHEDSTATS in non-debug builds.

 config-debug   |    2 ++
 config-generic |    2 --
 config-nodebug |    2 ++
 kernel.spec    |    5 ++++-
 4 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/config-debug b/config-debug
index 43655a1..ad06116 100644
--- a/config-debug
+++ b/config-debug
@@ -115,3 +115,5 @@ CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
 CONFIG_MAC80211_MESSAGE_TRACING=y
 
 CONFIG_EDAC_DEBUG=y
+CONFIG_LATENCYTOP=y
+CONFIG_SCHEDSTATS=y
diff --git a/config-generic b/config-generic
index eeb6eea..77d8e89 100644
--- a/config-generic
+++ b/config-generic
@@ -3958,7 +3958,6 @@ CONFIG_HWPOISON_INJECT=m
 CONFIG_CROSS_MEMORY_ATTACH=y
 # CONFIG_DEBUG_SECTION_MISMATCH is not set
 # CONFIG_BACKTRACE_SELF_TEST is not set
-CONFIG_LATENCYTOP=y
 CONFIG_RESOURCE_COUNTERS=y
 # CONFIG_COMPAT_BRK is not set
 # CONFIG_DEBUG_VIRTUAL is not set
@@ -4125,7 +4124,6 @@ CONFIG_BACKLIGHT_LP855X=m
 CONFIG_LCD_CLASS_DEVICE=m
 CONFIG_LCD_PLATFORM=m
 
-CONFIG_SCHEDSTATS=y
 CONFIG_SCHED_DEBUG=y
 CONFIG_FAIR_GROUP_SCHED=y
 CONFIG_CFS_BANDWIDTH=y
diff --git a/config-nodebug b/config-nodebug
index aa7568c..6db2dde 100644
--- a/config-nodebug
+++ b/config-nodebug
@@ -117,3 +117,5 @@ CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
 # CONFIG_EDAC_DEBUG is not set
 
 # CONFIG_SPI_DEBUG is not set
+# CONFIG_LATENCYTOP is not set
+# CONFIG_SCHEDSTATS is not set
diff --git a/kernel.spec b/kernel.spec
index ace7447..f0b54a4 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,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 202
+%global baserelease 203
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -2410,6 +2410,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Fri Jul 12 2013 Dave Jones <davej at redhat.com> - 3.9.9-203
+- Disable LATENCYTOP/SCHEDSTATS in non-debug builds.
+
 * Fri Jul 12 2013 Josh Boyer <jwboyer at redhat.com>
 - Fix various overflow issues in ext4 (rhbz 976837)
 - Add iwlwifi fix for connection issue (rhbz 885407)


More information about the scm-commits mailing list