Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525965 > unrolled thread

Crypto Fixes for 4.9

Started byHerbert Xu <herbert@gondor.apana.org.au>
First post2016-11-19 11:30 +0100
Last post2016-11-23 06:50 +0100
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Crypto Fixes for 4.9 Herbert Xu <herbert@gondor.apana.org.au> - 2016-11-19 11:30 +0100
    Crypto Fixes for 4.9 Herbert Xu <herbert@gondor.apana.org.au> - 2016-11-23 06:50 +0100

#1525965 — Crypto Fixes for 4.9

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2016-11-19 11:30 +0100
SubjectCrypto Fixes for 4.9
Message-ID<sFb4e-3IZ-11@gated-at.bofh.it>
Hi Linus:

This push fixes the following issues:

- Compiler warning in caam driver that was the last one remaining.
- Do not register aes-xts in caam drivers on unsupported platforms.
- Regression in algif_hash interface that may lead to an oops.


Please pull from

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


Arnd Bergmann (1):
      crypto: caam - fix type mismatch warning

Herbert Xu (1):
      crypto: algif_hash - Fix NULL hash crash with shash

Sven Ebenfeld (1):
      crypto: caam - do not register AES-XTS mode on LP units

 crypto/algif_hash.c           |   17 ++++++++++-------
 drivers/crypto/caam/caamalg.c |   11 ++++++++++-
 2 files changed, 20 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

[toc] | [next] | [standalone]


#1528138

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2016-11-23 06:50 +0100
Message-ID<sGyBr-FU-1@gated-at.bofh.it>
In reply to#1525965
Hi Linus:

The last push broke algif_hash for all shash implementations,
so this is a follow-up to fix that.  It also fixes a problem
in the crypto scatterwalk that triggers a BUG_ON with certain
debugging options due to the new vmalloced-stack code.


Please pull from

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


Herbert Xu (2):
      crypto: algif_hash - Fix result clobbering in recvmsg
      crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy

 crypto/algif_hash.c  |    2 +-
 crypto/scatterwalk.c |    4 ----
 2 files changed, 1 insertion(+), 5 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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web