lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170714141855.GA29426@gondor.apana.org.au>
Date:   Fri, 14 Jul 2017 22:18:55 +0800
From:   Herbert Xu <herbert@...dor.apana.org.au>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        "David S. Miller" <davem@...emloft.net>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Crypto Mailing List <linux-crypto@...r.kernel.org>
Subject: Crypto Fixes for 4.13

Hi Linus: 

This push fixes the following issues:

- New compiler warnings in cavium.
- Set post-op IV properly in caam (this fixes chaining).
- Fix potential use-after-free in atmel in case of EBUSY.
- Fix sleeping in softirq path in chcr.
- Disable buggy sha1-avx2 driver (may overread and page fault).
- Fix use-after-free on signals in caam.
 

Please pull from

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


Colin Ian King (1):
      crypto: cavium - make several functions static

David Gstir (1):
      crypto: caam - properly set IV after {en,de}crypt

Gilad Ben-Yossef (1):
      crypto: atmel - only treat EBUSY as transient if backlog

Harsh Jain (1):
      crypto: chcr - Avoid algo allocation in softirq.

Herbert Xu (2):
      crypto: sha1-ssse3 - Disable avx2

Horia Geantă (1):
      crypto: caam - fix signals handling

 arch/x86/crypto/sha1_ssse3_glue.c      |    2 +-
 crypto/af_alg.c                        |    2 +-
 drivers/crypto/atmel-sha.c             |    4 +++-
 drivers/crypto/caam/caamalg.c          |   20 ++++++++++++++++++--
 drivers/crypto/caam/caamhash.c         |    2 +-
 drivers/crypto/caam/key_gen.c          |    2 +-
 drivers/crypto/cavium/cpt/cptvf_algs.c |    8 ++++----
 drivers/crypto/chelsio/chcr_algo.c     |   23 +++++++++++++++--------
 drivers/crypto/chelsio/chcr_crypto.h   |    1 +
 9 files changed, 45 insertions(+), 19 deletions(-)

Thanks,
-- 
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ