From: Herbert Xu Subject: Re: Crypto Fixes for 2.6.29 Date: Wed, 4 Mar 2009 08:05:49 +0800 Message-ID: <20090304000549.GA3387@gondor.apana.org.au> References: <20080501102812.GA7151@gondor.apana.org.au> <20080727063659.GA936@gondor.apana.org.au> <20090115044020.GA29891@gondor.apana.org.au> <20090127061546.GA27962@gondor.apana.org.au> <20090209033924.GA31250@gondor.apana.org.au> <20090217121252.GA22812@gondor.apana.org.au> <20090223095428.GA11076@gondor.apana.org.au> <20090227043035.GA21665@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: Linus Torvalds , "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List Received: from rhun.apana.org.au ([64.62.148.172]:47127 "EHLO arnor.apana.org.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750985AbZCDAGB (ORCPT ); Tue, 3 Mar 2009 19:06:01 -0500 Content-Disposition: inline In-Reply-To: <20090227043035.GA21665@gondor.apana.org.au> Sender: linux-crypto-owner@vger.kernel.org List-ID: Hi Linus: This push fixes two bugs: * A 2.6.27 regression where the new test mechanism can cause the optimised AES implementation on s390 to hang on initial module load. The same thing can affect the VIA PadLock, although modprobe alias ordering may have prevented it from occurring. * A build error in the ixp4xx driver. 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: api - Fix module load deadlock with fallback algorithms Krzysztof Ha=C5=82asa (1): crypto: ixp4xx - Fix qmgr_request_queue build failure arch/s390/crypto/aes_s390.c | 2 +- crypto/api.c | 15 +++++++++++++-- drivers/crypto/ixp4xx_crypto.c | 6 ++++-- drivers/crypto/padlock-aes.c | 2 +- drivers/crypto/padlock-sha.c | 4 ++-- 5 files changed, 21 insertions(+), 8 deletions(-) Thanks, --=20 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-crypto"= in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html