diff options
author | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-03 16:19:02 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-03 16:19:02 -0400 |
commit | 1b522fd2e65bffd64b6004d1cec57b09c5e28e05 (patch) | |
tree | 8b0f2afb849aa95a970524ae1b7fe7a9cb8f9cca | |
parent | e894c709c674a2713d3b1c0822aeb4dae6e97040 (diff) | |
download | kernel-1b522fd2e65bffd64b6004d1cec57b09c5e28e05.tar.gz kernel-1b522fd2e65bffd64b6004d1cec57b09c5e28e05.tar.xz kernel-1b522fd2e65bffd64b6004d1cec57b09c5e28e05.zip |
Enable printk.time by default for more useful logs
-rw-r--r-- | config-generic | 2 | ||||
-rw-r--r-- | kernel.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/config-generic b/config-generic index b9f622866..f834847ff 100644 --- a/config-generic +++ b/config-generic @@ -3748,7 +3748,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 a39daeb7c..07ca97819 100644 --- a/kernel.spec +++ b/kernel.spec @@ -51,7 +51,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be prepended with "0.", so # for example a 3 here will become 0.3 # -%global baserelease 31 +%global baserelease 32 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -1944,6 +1944,9 @@ fi # || || %changelog +* Sun Oct 03 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.32.rc6.git2 +- Enable printk.time by default for more useful logs. + * Sat Oct 02 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.31.rc6.git2 - Linux 2.6.36-rc6-git2 |