[kernel/f14/master] enable printk.time by default

Kyle McMartin kyle at fedoraproject.org
Mon Oct 4 14:38:02 UTC 2010


commit eaab8be2d44e7f0bb83a1c38b813e8fe736ef03a
Author: Kyle McMartin <kyle at dreadnought.i.jkkm.org>
Date:   Mon Oct 4 10:37:57 2010 -0400

    enable printk.time by default

 config-generic |    2 +-
 kernel.spec    |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index c89f6a3..a41fb89 100644
--- a/config-generic
+++ b/config-generic
@@ -3730,7 +3730,7 @@ CONFIG_BLK_CGROUP=y
 # CONFIG_SYSFS_DEPRECATED_V2 is not set
 
 CONFIG_RELAY=y
-# CONFIG_PRINTK_TIME is not set
+CONFIG_PRINTK_TIME=y
 
 CONFIG_ENABLE_MUST_CHECK=y
 # CONFIG_ENABLE_WARN_DEPRECATED is not set
diff --git a/kernel.spec b/kernel.spec
index 1b5530a..2f8b502 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1975,6 +1975,10 @@ fi
 # and build.
 
 %changelog
+* Mon Oct 04 2010 Kyle McMartin <kyle at redhat.com>
+- Make printk.time=1 the default, use printk.time=0 to turn it off.
+  Results in much more useful traces for us, which is a big win.
+
 * Sun Oct 03 2010 Kyle McMartin <kyle at redhat.com> 2.6.35.6-38
 - Add more mac models supported by efifb. (#528232)
 - Sanity check base address in efifb on pci systems.


More information about the scm-commits mailing list