Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754757AbZDUI1I (ORCPT ); Tue, 21 Apr 2009 04:27:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752071AbZDUI0v (ORCPT ); Tue, 21 Apr 2009 04:26:51 -0400 Received: from Chamillionaire.breakpoint.cc ([85.10.199.196]:50267 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751056AbZDUI0u (ORCPT ); Tue, 21 Apr 2009 04:26:50 -0400 Date: Tue, 21 Apr 2009 10:26:45 +0200 From: Sebastian Andrzej Siewior To: Herbert Xu Cc: Chuck Ebbert , linux-kernel@vger.kernel.org, Linux Crypto Mailing List Subject: Re: VIA Padlock driver no longer loads automatically Message-ID: <20090421082645.GA22102@Chamillionaire.breakpoint.cc> Reply-To: Sebastian Andrzej Siewior References: <20090420181402.2b0424f4@dhcp-100-2-144.bos.redhat.com> <20090421055331.GA14062@gondor.apana.org.au> <20090421055613.GA14319@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20090421055613.GA14319@gondor.apana.org.au> X-Key-Id: FE3F4706 X-Key-Fingerprint: FFDA BBBB 3563 1B27 75C9 925B 98D5 5C1C FE3F 4706 User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1599 Lines: 45 * Herbert Xu | 2009-04-21 13:56:13 [+0800]: >On Tue, Apr 21, 2009 at 01:53:31PM +0800, Herbert Xu wrote: >> >> Thanks for the report. This patch should fix the problem. > >In fact, padlock-aes shouldn't have been aes-all in the first >place so I'm going to add tihs patch too. You changed all algos which need fallback to *-all to get them probed/loaded after the generic algorithm. The same load/fallback/test pattern exist for the s390 aes for instance. Should it be renamed as well? >commit acd246b7494c629aa617da49716409566cf52149 >Author: Herbert Xu >Date: Tue Apr 21 13:55:20 2009 +0800 > > crypto: padlock - Revert aes-all alias to aes > > Since the padlock-aes driver doesn't require a fallback (it's > only padlock-sha that does), it should use the aes alias rather > than aes-all so that ones that do need a fallback can use it. > > Signed-off-by: Herbert Xu > >diff --git a/drivers/crypto/padlock-aes.c b/drivers/crypto/padlock-aes.c >index 3f0fdd1..856b3cc 100644 >--- a/drivers/crypto/padlock-aes.c >+++ b/drivers/crypto/padlock-aes.c >@@ -489,4 +489,4 @@ MODULE_DESCRIPTION("VIA PadLock AES algorithm support"); > MODULE_LICENSE("GPL"); > MODULE_AUTHOR("Michal Ludvig"); > >-MODULE_ALIAS("aes-all"); >+MODULE_ALIAS("aes"); > >Thanks, >-- Sebastian -- 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/