rpms/kernel/devel config-x86_64-generic, 1.108, 1.109 kernel.spec, 1.2032, 1.2033

Kyle McMartin kyle at fedoraproject.org
Thu Jun 17 09:52:13 UTC 2010


Author: kyle

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv341

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/devel/config-x86_64-generic,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -p -r1.108 -r1.109
--- config-x86_64-generic	15 Jun 2010 13:45:20 -0000	1.108
+++ config-x86_64-generic	17 Jun 2010 09:52:11 -0000	1.109
@@ -391,7 +391,7 @@ 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
 
 CONFIG_VGA_SWITCHEROO=y
 CONFIG_LPC_SCH=m


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.2032
retrieving revision 1.2033
diff -u -p -r1.2032 -r1.2033
--- kernel.spec	16 Jun 2010 15:51:07 -0000	1.2032
+++ kernel.spec	17 Jun 2010 09:52:11 -0000	1.2033
@@ -1979,6 +1979,11 @@ fi
 #                 ||     ||
 
 %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)
+
 * Wed Jun 16 2010 Kyle McMartin <kyle at redhat.com> 2.6.34-40
 - Snag some more DRM commits into drm-next.patch that I missed the first
   time.



More information about the scm-commits mailing list