[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160201083158.GA6009@gondor.apana.org.au>
Date: Mon, 1 Feb 2016 16:31:58 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
"David S. Miller" <davem@...emloft.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Crypto Mailing List <linux-crypto@...r.kernel.org>
Subject: Crypto Fixes for 4.5
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 <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists