Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1737288
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Crypto Fixes for 4.14 |
| Date | 2017-09-22 10:50 +0200 |
| Message-ID | <usrOO-3W2-25@gated-at.bofh.it> (permalink) |
| References | <sFb4e-3IZ-11@gated-at.bofh.it> <sNVjz-1Hc-27@gated-at.bofh.it> <te1a2-1n9-19@gated-at.bofh.it> <u39BL-4A9-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Linus:
This push fixes the following issues:
- Fix compiler warnings in inside-secure.
- Fix LS1021A support in caam.
- Avoid using RBP in x86 crypto code.
- Fix bug in talitos that prevents hashing with algif.
- Fix bugs talitos hashing code that cause incorrect hash result.
- Fix memory freeing path bug in drbg.
- Fix af_alg crash when two SG lists are chained.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Arnd Bergmann (1):
crypto: inside-secure - fix gcc-4.9 warnings
Horia Geantă (1):
crypto: caam - fix LS1021A support on ARMv7 multiplatform kernel
Josh Poimboeuf (12):
crypto: x86/blowfish - Fix RBP usage
crypto: x86/camellia - Fix RBP usage
crypto: x86/cast5 - Fix RBP usage
crypto: x86/cast6 - Fix RBP usage
crypto: x86/des3_ede - Fix RBP usage
crypto: x86/sha1-avx2 - Fix RBP usage
crypto: x86/sha1-ssse3 - Fix RBP usage
crypto: x86/sha256-avx - Fix RBP usage
crypto: x86/sha256-avx2 - Fix RBP usage
crypto: x86/sha256-ssse3 - Fix RBP usage
crypto: sha512-avx2 - Fix RBP usage
crypto: x86/twofish - Fix RBP usage
LEROY Christophe (3):
crypto: talitos - fix sha224
crypto: talitos - fix hashing
crypto: talitos - Don't provide setkey for non hmac hashing algs.
Stephan Mueller (2):
crypto: drbg - fix freeing of resources
crypto: af_alg - update correct dst SGL entry
arch/x86/crypto/blowfish-x86_64-asm_64.S | 48 ++++++++-------
arch/x86/crypto/camellia-x86_64-asm_64.S | 26 ++++----
arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 47 +++++++++------
arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 50 +++++++++++-----
arch/x86/crypto/des3_ede-asm_64.S | 15 +++--
arch/x86/crypto/sha1_avx2_x86_64_asm.S | 4 +-
arch/x86/crypto/sha1_ssse3_asm.S | 11 ++--
arch/x86/crypto/sha256-avx-asm.S | 15 +++--
arch/x86/crypto/sha256-avx2-asm.S | 22 +++----
arch/x86/crypto/sha256-ssse3-asm.S | 15 +++--
arch/x86/crypto/sha512-avx2-asm.S | 75 ++++++++++++------------
arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 12 ++--
crypto/af_alg.c | 4 +-
crypto/drbg.c | 8 +--
drivers/crypto/caam/Kconfig | 5 +-
drivers/crypto/caam/ctrl.c | 19 +++---
drivers/crypto/caam/regs.h | 59 +++++++++----------
drivers/crypto/inside-secure/safexcel_cipher.c | 2 +-
drivers/crypto/inside-secure/safexcel_hash.c | 2 +-
drivers/crypto/talitos.c | 9 +--
20 files changed, 236 insertions(+), 212 deletions(-)
Thanks,
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Crypto Fixes for 4.14 Herbert Xu <herbert@gondor.apana.org.au> - 2017-09-22 10:50 +0200
csiph-web