lkml.org 
[lkml]   [2017]   [Dec]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectCrypto Fixes for 4.15
Hi Linus: 

This push fixes the following issues:

- Fix chacha20 crash on zero-length input due to unset IV.
- Fix potential race conditions in mcryptd with spinlock.
- Only wait once at top of algif recvmsg to avoid inconsistencies.
- Fix potential use-after-free in algif_aead/algif_skcipher.


Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus


Eric Biggers (1):
crypto: skcipher - set walk.iv for zero-length inputs

Sebastian Andrzej Siewior (1):
crypto: mcryptd - protect the per-CPU queue with a lock

Stephan Mueller (2):
crypto: af_alg - wait for data at beginning of recvmsg
crypto: af_alg - fix race accessing cipher request

crypto/af_alg.c | 6 ------
crypto/algif_aead.c | 16 +++++++++++-----
crypto/algif_skcipher.c | 16 +++++++++++-----
crypto/mcryptd.c | 23 ++++++++++-------------
crypto/skcipher.c | 10 ++++------
include/crypto/mcryptd.h | 1 +
6 files changed, 37 insertions(+), 35 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

\
 
 \ /
  Last update: 2017-12-22 07:51    [W:0.221 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site