From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754837Ab2IIURW (ORCPT ); Sun, 9 Sep 2012 16:17:22 -0400 Received: from grimli.r00tworld.net ([83.169.44.195]:46549 "EHLO mail.r00tworld.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752589Ab2IIURT (ORCPT ); Sun, 9 Sep 2012 16:17:19 -0400 X-Greylist: delayed 487 seconds by postgrey-1.27 at vger.kernel.org; Sun, 09 Sep 2012 16:17:19 EDT Date: Sun, 9 Sep 2012 22:09:10 +0200 From: Mathias Krause To: Herbert Xu Cc: Romain Francoise , Linus Torvalds , Linux Kernel Mailing List , Linux Crypto Mailing List Subject: Re: Linux 3.6-rc5 Message-ID: <20120909200910.GA11919@r00tworld.net> References: <87har7h84h.fsf@silenus.orebokech.com> <20120909191958.GB9782@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120909191958.GB9782@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 On Sun, Sep 09, 2012 at 12:19:58PM -0700, Herbert Xu wrote: > On Sun, Sep 09, 2012 at 11:13:02AM +0200, Romain Francoise wrote: > > Still seeing this BUG with -rc5, that I originally reported here: > > http://marc.info/?l=linux-crypto-vger&m=134653220530264&w=2 > > > > [ 26.362567] ------------[ cut here ]------------ > > [ 26.362583] kernel BUG at crypto/scatterwalk.c:37! > > [ 26.362606] invalid opcode: 0000 [#1] SMP > > Can you try blacklisting/not loading sha1_ssse3 and aesni_intel > to see which one of them is causing this crash? Of course if you > can still reproduce this without loading either of them that would > also be interesting to know. It happens with the C variants of SHA1 and AES, too. You can easily trigger the bug with Steffen's crconf[1]: $ crconf add alg "authenc(hmac(sha1-generic),cbc(aes-generic))" type 3 So the problem is likely not related to sha1-ssse3.ko or aesni-intel.ko. Regards, Mathias [1] http://sourceforge.net/projects/crconf/