Disable AES-NI encryption until bugs can be sorted out (#622435)

This commit is contained in:
Chuck Ebbert 2010-08-10 16:56:29 -04:00
parent 4f6241e91f
commit 3a4b7f0c66
2 changed files with 3 additions and 1 deletions

View File

@ -153,7 +153,8 @@ CONFIG_CRYPTO_AES_X86_64=m
CONFIG_CRYPTO_TWOFISH_X86_64=m
# CONFIG_CRYPTO_SALSA20 is not set
CONFIG_CRYPTO_SALSA20_X86_64=m
CONFIG_CRYPTO_AES_NI_INTEL=m
# -- Temporarily disabled until bugs can be sorted
# CONFIG_CRYPTO_AES_NI_INTEL is not set
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y

View File

@ -2041,6 +2041,7 @@ fi
%changelog
* Tue Aug 10 2010 Chuck Ebbert <cebbert@redhat.com> 2.6.34.3-37
- Linux 2.6.34.3
- Disable AES-NI encryption until bugs can be sorted out (#622435)
* Tue Aug 10 2010 Ben Skeggs <bskeggs@redhat.com> 2.6.34.3-36.rc1
- nouveau: disable accel on nva3/nva5/nva8 until it's fixed upstream