From: Herbert Xu Subject: Re: Crypto Update for 2.6.28 Date: Wed, 10 Dec 2008 23:35:24 +1100 Message-ID: <20081210123524.GA11696@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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List To: Linus Torvalds Return-path: Received: from rhun.apana.org.au ([64.62.148.172]:42172 "EHLO arnor.apana.org.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750907AbYLJMfd (ORCPT ); Wed, 10 Dec 2008 07:35:33 -0500 Content-Disposition: inline In-Reply-To: <20081011021357.GB3685@gondor.apana.org.au> Sender: linux-crypto-owner@vger.kernel.org List-ID: Hi Linus: At this late stage there is just one fix for a regression from 2.6.27. We used to allow algorithms to be built-in with the new testing framework built as a module. This meant that the built-in algorithms may not get tested properly if modules can't be loaded when the built-in algorithms are registered. It also seems to trigger a modprobe loop on one distro. This configuration is now forbidden. 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 - Disallow cryptomgr as a module if algorithms are built-in crypto/Kconfig | 36 ++++++++++++++++++++++++++++++++---- crypto/Makefile | 18 +++++++++--------- 2 files changed, 41 insertions(+), 13 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