rpms/kernel/F-13 config-x86_64-generic, 1.105, 1.106 kernel.spec, 1.2068, 1.2069

Kyle McMartin kyle at fedoraproject.org
Thu Jun 17 09:54:33 UTC 2010


Author: kyle

Update of /cvs/pkgs/rpms/kernel/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv679

Modified Files:
	config-x86_64-generic kernel.spec 
Log Message:
* Thu Jun 17 2010 Kyle McMartin <kyle at redhat.com>
- make ghash-clmulni modular to get rid of early boot noise (rhbz#586954)
  (not a /fix/ but it should at least quiet boot down a bit if you have
   the cpu support)



Index: config-x86_64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-13/config-x86_64-generic,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -p -r1.105 -r1.106
--- config-x86_64-generic	10 May 2010 14:54:13 -0000	1.105
+++ config-x86_64-generic	17 Jun 2010 09:54:32 -0000	1.106
@@ -411,4 +411,4 @@ CONFIG_CS5535_CLOCK_EVENT_SRC=m
 
 CONFIG_X86_DECODER_SELFTEST=y
 
-CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=y
+CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-13/kernel.spec,v
retrieving revision 1.2068
retrieving revision 1.2069
diff -u -p -r1.2068 -r1.2069
--- kernel.spec	15 Jun 2010 19:23:40 -0000	1.2068
+++ kernel.spec	17 Jun 2010 09:54:32 -0000	1.2069
@@ -2231,6 +2231,11 @@ fi
 # and build.
 
 %changelog
+* Thu Jun 17 2010 Kyle McMartin <kyle at redhat.com>
+- make ghash-clmulni modular to get rid of early boot noise (rhbz#586954)
+  (not a /fix/ but it should at least quiet boot down a bit if you have
+   the cpu support)
+
 * Tue Jun 15 2010 John W. Linville <linville at redhat.com> 2.6.33.5-131
 - iwlwifi: cancel scan watchdog in iwl_bg_abort_scan (#590436)
 



More information about the scm-commits mailing list