Hi Linus: This push fixes the following issues:
API: * algif_hash needs to wait for init operations to complete. * The has_key setting for shash was always true. Algorithms: * Add missing selections of CRYPTO_HASH. * Fix pkcs7 authentication. Drivers: * Fix stack alignment bug in chacha20-ssse3. * Fix performance regression in caam due to incorrect setting. * Fix potential compile-only build failure of stm32. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Arnd Bergmann (1): crypto: ghash,poly1305 - select CRYPTO_HASH where needed Cyrille Pitchen (1): crypto: atmel-aes - remove calls of clk_prepare() from atomic contexts Eli Cooper (1): crypto: chacha20-ssse3 - Align stack pointer to 64 bytes Herbert Xu (1): crypto: shash - Fix has_key setting Horia Geant? (1): crypto: caam - make write transactions bufferable on PPC platforms Peter Jones (1): PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signatures Richard Weinberger (1): hwrng: stm32 - Fix dependencies for !HAS_IOMEM archs Wang, Rui Y (1): crypto: algif_hash - wait for crypto_ahash_init() to complete arch/x86/crypto/chacha20-ssse3-x86_64.S | 6 ++++-- crypto/Kconfig | 2 ++ crypto/algif_hash.c | 4 +++- crypto/asymmetric_keys/pkcs7_parser.c | 4 +--- crypto/shash.c | 7 +++---- drivers/char/hw_random/Kconfig | 1 + drivers/crypto/atmel-aes.c | 16 ++++++++++++---- drivers/crypto/caam/ctrl.c | 4 ++-- 8 files changed, 28 insertions(+), 16 deletions(-) Thanks, -- Email: Herbert Xu <herb...@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html