From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Xu Subject: Crypto Fixes for 4.2 Date: Fri, 26 Jun 2015 19:22:34 +0900 Message-ID: <20150626102234.GA19393@gondor.apana.org.au> References: <20130223023331.GA11002@gondor.apana.org.au> <20130907035544.GA22658@gondor.apana.org.au> <20131107080131.GA32307@gondor.apana.org.au> <20140123115319.GA20602@gondor.apana.org.au> <20140401100001.GA12386@gondor.apana.org.au> <20140605062336.GA14440@gondor.apana.org.au> <20140804130339.GA1178@gondor.apana.org.au> <20141007131826.GA29688@gondor.apana.org.au> <20141211125119.GA12380@gondor.apana.org.au> <20150214094328.GA7457@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]:51136 "EHLO helcar.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751801AbbFZKWn (ORCPT ); Fri, 26 Jun 2015 06:22:43 -0400 Content-Disposition: inline In-Reply-To: <20150214094328.GA7457@gondor.apana.org.au> Sender: linux-crypto-owner@vger.kernel.org List-ID: Hi Linus: This push fixes the following issues: * Move -O0 jitterentropy code into its own file instead of using gcc pragma magic. * Kill testmgr warning for gcm-aes-aesni. * Fix build failure in old rsa. Other minor fixes: * Ignore asn1 files generated by new rsa. * Remove unnecessary kzfree NULL checks in jitterentropy. * Typo fix in akcipher. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Alexander Kuleshov (1): crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files Guenter Roeck (1): crypto: asymmetric_keys/rsa - Use non-conflicting variable name Markus Elfring (1): crypto: jitterentropy - Delete unnecessary checks before the function call "kzfree" Stephan Mueller (1): crypto: jitterentropy - avoid compiler warnings Tadeusz Struk (2): crypto: akcipher - fix spelling cihper -> cipher crypto: testmgr - don't print info about missing test for gcm-aes-aesni crypto/.gitignore | 1 + crypto/Makefile | 4 +- crypto/akcipher.c | 2 +- crypto/asymmetric_keys/rsa.c | 4 +- crypto/jitterentropy-kcapi.c | 208 ++++++++++++++++++++++++++++++++++++++++ crypto/jitterentropy.c | 215 ++++++++---------------------------------- crypto/testmgr.c | 4 + 7 files changed, 256 insertions(+), 182 deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt