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


Groups > linux.kernel > #1431747

Crypto Fixes for 4.7

From Herbert Xu <herbert@gondor.apana.org.au>
Newsgroups linux.kernel
Subject Crypto Fixes for 4.7
Date 2016-06-27 08:30 +0200
Message-ID <rOyds-502-17@gated-at.bofh.it> (permalink)
References (5 earlier) <qqilI-2Ut-17@gated-at.bofh.it> <qPHJU-UI-3@gated-at.bofh.it> <qTGYW-2El-27@gated-at.bofh.it> <ryeiK-5hs-7@gated-at.bofh.it> <rAOi6-3fo-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Linus:

This push fixes the following issue:

- Missing length check for user-space GETALG request.
- Bogus memmove length in ux500 driver.
- Incorrect priority setting for vmx driver.
- Incorrect ABI selection for vmx driver.


Please pull from

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


Anton Blanchard (2):
      crypto: vmx - Fix ABI detection
      crypto: vmx - Increase priority of aes-cbc cipher

Linus Walleij (1):
      crypto: ux500 - memmove the right size

Mathias Krause (1):
      crypto: user - re-add size check for CRYPTO_MSG_GETALG

 crypto/crypto_user.c                  |    1 +
 drivers/crypto/ux500/hash/hash_core.c |    4 ++--
 drivers/crypto/vmx/aes_cbc.c          |    2 +-
 drivers/crypto/vmx/aes_ctr.c          |    2 +-
 drivers/crypto/vmx/ppc-xlate.pl       |    2 +-
 5 files changed, 6 insertions(+), 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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Crypto Fixes for 4.7 Herbert Xu <herbert@gondor.apana.org.au> - 2016-06-27 08:30 +0200

csiph-web