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]
Date:   Wed, 29 Aug 2018 11:33:53 +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.19

Hi Linus: 

This push fixes the following issues:

- Check for the right CPU feature bit in sm4-ce on arm64.
- Fix scatterwalk WARN_ON in aes-gcm-ce on arm64.
- Fix unaligned fault in aesni on x86.
- Fix potential NULL pointer dereference on exit in chtls.
- Fix DMA mapping direction for RSA in caam.
- Fix error path return value for xts setkey in caam.
- Fix address endianness when DMA unmapping in caam.
- Fix sleep-in-atomic in vmx.
- Fix command corruption when queue is full in cavium/nitrox.


Please pull from

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


Ard Biesheuvel (2):
      crypto: arm64/sm4-ce - check for the right CPU feature bit
      crypto: arm64/aes-gcm-ce - fix scatterwalk API violation

Dave Watson (1):
      crypto: aesni - Use unaligned loads from gcm_context_data

Ganesh Goudar (1):
      crypto: chtls - fix null dereference chtls_free_uld()

Horia Geantă (3):
      crypto: caam/jr - fix descriptor DMA unmapping
      crypto: caam/qi - fix error path in xts setkey
      crypto: caam - fix DMA mapping direction for RSA forms 2 & 3

Ondrej Mosnacek (1):
      crypto: vmx - Fix sleep-in-atomic bugs

Srikanth Jampala (1):
      crypto: cavium/nitrox - fix for command corruption in queue full case with backlog submissions.

 arch/arm64/crypto/ghash-ce-glue.c            |   29 ++++++++---
 arch/arm64/crypto/sm4-ce-glue.c              |    2 +-
 arch/x86/crypto/aesni-intel_asm.S            |   66 +++++++++++++-------------
 drivers/crypto/caam/caamalg_qi.c             |    6 +--
 drivers/crypto/caam/caampkc.c                |   20 ++++----
 drivers/crypto/caam/jr.c                     |    3 +-
 drivers/crypto/cavium/nitrox/nitrox_dev.h    |    3 +-
 drivers/crypto/cavium/nitrox/nitrox_lib.c    |    1 +
 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c |   57 ++++++++++++----------
 drivers/crypto/chelsio/chtls/chtls.h         |    5 ++
 drivers/crypto/chelsio/chtls/chtls_main.c    |    7 ++-
 drivers/crypto/vmx/aes_cbc.c                 |   30 ++++++------
 drivers/crypto/vmx/aes_xts.c                 |   21 +++++---
 13 files changed, 144 insertions(+), 106 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