Messages in this thread |  | | Date | Fri, 22 Jun 2018 22:54:03 +0800 | From | Herbert Xu <> | Subject | Crypto Fixes for 4.18 |
| |
Hi Linus:
This push fixes the following issues:
- Fix use after free in chtls. - Fix RBP breakage in sha3. - Fix use after free in hwrng_unregister. - Fix overread in morus640. - Move sleep out of kernel_neon in arm64/aes-blk.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Dan Carpenter (1): crypto: chtls - use after free in chtls_pt_recvmsg()
Dmitry Vyukov (1): crypto: don't optimize keccakf()
Jia He (1): crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_begin, _end
Michael Büsch (1): hwrng: core - Always drop the RNG in hwrng_unregister()
Ondrej Mosnáček (1): crypto: morus640 - Fix out-of-bounds access
arch/arm64/crypto/aes-glue.c | 2 +- crypto/morus640.c | 3 ++- crypto/sha3_generic.c | 2 +- drivers/char/hw_random/core.c | 11 +++++++++-- drivers/crypto/chelsio/chtls/chtls_io.c | 5 ++--- 5 files changed, 15 insertions(+), 8 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
|  |