Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751906AbYLXWVC (ORCPT ); Wed, 24 Dec 2008 17:21:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751272AbYLXWUx (ORCPT ); Wed, 24 Dec 2008 17:20:53 -0500 Received: from rhun.apana.org.au ([64.62.148.172]:37323 "EHLO arnor.apana.org.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751222AbYLXWUw (ORCPT ); Wed, 24 Dec 2008 17:20:52 -0500 Date: Thu, 25 Dec 2008 09:20:45 +1100 From: Herbert Xu To: Linus Torvalds Cc: "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List Subject: Re: Crypto Update for 2.6.28 Message-ID: <20081224222045.GA488@gondor.apana.org.au> References: <20080421024306.GA6813@gondor.apana.org.au> <20080714121403.GA28523@gondor.apana.org.au> <20081010070918.GA28057@gondor.apana.org.au> <20081011021357.GB3685@gondor.apana.org.au> <20081210123524.GA11696@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081210123524.GA11696@gondor.apana.org.au> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1232 Lines: 36 Hi Linus: A regression has been reported where the new algorithm testing infrastructure may cause the optimised versions of AES to fail when it's built into the kernel (as opposed to as a module). This is due to its use of shared AES tables that may not have been initialised yet. This has been fixed by pregenerating the tables instead of having them computed at boot/run-time. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Herbert Xu (1): crypto: aes - Precompute tables crypto/aes_generic.c | 1145 ++++++++++++++++++++++++++++++++++++++++++++++---- include/crypto/aes.h | 8 +- 2 files changed, 1059 insertions(+), 94 deletions(-) Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/