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:   Fri, 5 Oct 2018 10:08:30 +0800
From:   Herbert Xu <herbert@...dor.apana.org.au>
To:     Greg KH <gregkh@...uxfoundation.org>,
        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 Greg: 

This push fixes the following issues:

- Out-of-bound stack access in qat.
- Illegal schedule in mxs-dcp.
- Memory corruption in chelsio.
- Incorrect pointer computation in caam.


Please pull from

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


Harsh Jain (1):
      crypto: chelsio - Fix memory corruption in DMA Mapped buffers.

Horia Geantă (1):
      crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic

Leonard Crestez (1):
      crypto: mxs-dcp - Fix wait logic on chan threads

Waiman Long (1):
      crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()

 drivers/crypto/caam/caamalg.c               |  8 ++---
 drivers/crypto/chelsio/chcr_algo.c          | 32 +++++++++++------
 drivers/crypto/chelsio/chcr_crypto.h        |  2 ++
 drivers/crypto/mxs-dcp.c                    | 53 ++++++++++++++++-------------
 drivers/crypto/qat/qat_c3xxx/adf_drv.c      |  6 ++--
 drivers/crypto/qat/qat_c3xxxvf/adf_drv.c    |  6 ++--
 drivers/crypto/qat/qat_c62x/adf_drv.c       |  6 ++--
 drivers/crypto/qat/qat_c62xvf/adf_drv.c     |  6 ++--
 drivers/crypto/qat/qat_dh895xcc/adf_drv.c   |  6 ++--
 drivers/crypto/qat/qat_dh895xccvf/adf_drv.c |  6 ++--
 10 files changed, 76 insertions(+), 55 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