rpms/kernel/F-10 config-x86_64-generic, 1.51, 1.52 kernel.spec, 1.1155, 1.1156

Dave Jones davej at fedoraproject.org
Tue Nov 18 23:18:20 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25676

Modified Files:
	config-x86_64-generic kernel.spec 
Log Message:
Only build the x86-64 optimised versions of aes/salsa/Twofish on 64bit.


Index: config-x86_64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/config-x86_64-generic,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- config-x86_64-generic	7 Nov 2008 20:51:55 -0000	1.51
+++ config-x86_64-generic	18 Nov 2008 23:17:49 -0000	1.52
@@ -138,8 +138,11 @@
 CONFIG_BLK_DEV_AMD74XX=y
 CONFIG_CRYPTO_DEV_PADLOCK=m
 CONFIG_CRYPTO_DEV_PADLOCK_AES=y
+# CONFIG_CRYPTO_AES is not set
 CONFIG_CRYPTO_AES_X86_64=m
+# CONFIG_CRYPTO_TWOFISH is not set
 CONFIG_CRYPTO_TWOFISH_X86_64=m
+# CONFIG_CRYPTO_SALSA20 is not set
 CONFIG_CRYPTO_SALSA20_X86_64=m
 
 CONFIG_X86_MCE=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1155
retrieving revision 1.1156
diff -u -r1.1155 -r1.1156
--- kernel.spec	18 Nov 2008 20:28:03 -0000	1.1155
+++ kernel.spec	18 Nov 2008 23:17:49 -0000	1.1156
@@ -1929,6 +1929,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Tue Nov 18 2008 Dave Jones <davej at redhat.com> 2.6.27.5-120
+- Only build the x86-64 optimised versions of aes/salsa/Twofish on 64bit.
+
 * Tue Nov 18 2008 Jarod Wilson <jarod at redhat.com> 2.6.27.5-119
 - Fix hang on VT switch w/compiz on intel graphics (#467332)
 




More information about the scm-commits mailing list