rpms/kernel/F-13 kernel.spec,1.2092,1.2093

Chuck Ebbert cebbert at fedoraproject.org
Fri Jul 9 14:53:22 UTC 2010


Author: cebbert

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

Modified Files:
	kernel.spec 
Log Message:
crypto-aesni-kill-module_alias.patch: kill MODULE_ALIAS to prevent
  aesni-intel from autoloading.


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-13/kernel.spec,v
retrieving revision 1.2092
retrieving revision 1.2093
diff -u -p -r1.2092 -r1.2093
--- kernel.spec	9 Jul 2010 14:45:58 -0000	1.2092
+++ kernel.spec	9 Jul 2010 14:53:21 -0000	1.2093
@@ -760,6 +760,8 @@ Patch12210: ethtool-fix-buffer-overflow.
 Patch12220: sched-fix-over-scheduling-bug.patch
 Patch12230: kbuild-fix-modpost-segfault.patch
 
+Patch12240: crypto-aesni-kill-module_alias.patch
+
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1398,6 +1400,8 @@ ApplyPatch sched-fix-over-scheduling-bug
 # fix modpost segfault during kernel build (#595915)
 ApplyPatch kbuild-fix-modpost-segfault.patch
 
+ApplyPatch crypto-aesni-kill-module_alias.patch
+
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2017,6 +2021,10 @@ fi
 
 
 %changelog
+* Fri Jul 09 2010 Chuck Ebbert <cebbert at redhat.com>  2.6.34.1-9
+- crypto-aesni-kill-module_alias.patch: kill MODULE_ALIAS to prevent
+  aesni-intel from autoloading.
+
 * Fri Jul 09 2010 Chuck Ebbert <cebbert at redhat.com>  2.6.34.1-8
 - iwlwifi: cancel scan watchdog in iwl_bg_abort_scan (#590436)
 



More information about the scm-commits mailing list