From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Xu Subject: Crypto Fixes for 4.9 Date: Mon, 5 Dec 2016 14:37:54 +0800 Message-ID: <20161205063754.GA9408@gondor.apana.org.au> References: <20161119102748.GA4277@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Linus Torvalds , "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List Return-path: Received: from helcar.hengli.com.au ([209.40.204.226]:54710 "EHLO helcar.apana.org.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750772AbcLEGi2 (ORCPT ); Mon, 5 Dec 2016 01:38:28 -0500 Content-Disposition: inline In-Reply-To: <20161119102748.GA4277@gondor.apana.org.au> Sender: linux-crypto-owner@vger.kernel.org List-ID: Hi Linus: This push fixes the following issues: - Intermittent build failure in RSA. - Memory corruption in chelsio crypto driver. - Regression in DRBG due to vmalloced stack. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus David Michael (1): crypto: rsa - Add Makefile dependencies to fix parallel builds Harsh Jain (1): crypto: chcr - Fix memory corruption Stephan Mueller (1): crypto: drbg - prevent invalid SG mappings crypto/Makefile | 1 + crypto/drbg.c | 29 ++++++++++++++++++++++++----- drivers/crypto/chelsio/chcr_algo.h | 3 ++- include/crypto/drbg.h | 2 ++ 4 files changed, 29 insertions(+), 6 deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt