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


Groups > linux.kernel > #1245663

Crypto Fixes for 4.3

From Herbert Xu <herbert@gondor.apana.org.au>
Newsgroups linux.kernel
Subject Crypto Fixes for 4.3
Date 2015-10-13 14:20 +0200
Message-ID <qj6IF-6iL-3@gated-at.bofh.it> (permalink)
References (5 earlier) <oTHwl-1JY-1@gated-at.bofh.it> <pFz3s-4rt-19@gated-at.bofh.it> <q6nnX-72-7@gated-at.bofh.it> <q9ii5-1QE-1@gated-at.bofh.it> <qd3Xb-1Ms-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Linus:

This push fixes the following issues:

* Fix AVX detection to prevent use of non-existent AESNI.
* Some SPARC ciphers did not set their IV size which may lead
  to memory corruption.


Please pull from

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


Ben Hutchings (1):
      crypto: camellia_aesni_avx - Fix CPU feature checks

Dave Kleikamp (1):
      crypto: sparc - initialize blkcipher.ivsize

 arch/sparc/crypto/aes_glue.c              |    2 ++
 arch/sparc/crypto/camellia_glue.c         |    1 +
 arch/sparc/crypto/des_glue.c              |    2 ++
 arch/x86/crypto/camellia_aesni_avx_glue.c |    5 +++++
 4 files changed, 10 insertions(+)

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Crypto Fixes for 4.3 Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-13 14:20 +0200
  Re: Crypto Fixes for 4.3 Linus Torvalds <torvalds@linux-foundation.org> - 2015-10-13 19:30 +0200
    Re: Crypto Fixes for 4.3 Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-14 03:10 +0200
      Re: Crypto Fixes for 4.3 Linus Torvalds <torvalds@linux-foundation.org> - 2015-10-14 04:10 +0200
        Re: Crypto Fixes for 4.3 Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-14 04:40 +0200

csiph-web