From: Bobby Powers Subject: Re: Crypto Update for 4.1 Date: Thu, 23 Apr 2015 17:35:28 -0400 Message-ID: References: <20140804130339.GA1178@gondor.apana.org.au> <20141007131826.GA29688@gondor.apana.org.au> <20141211125119.GA12380@gondor.apana.org.au> <20150214094328.GA7457@gondor.apana.org.au> <20150415033951.GA1406@gondor.apana.org.au> <20150416024252.GA11558@gondor.apana.org.au> <20150416030713.GA11668@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Linus Torvalds , Herbert Xu , Stephan Mueller , "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List To: Ard Biesheuvel Return-path: Received: from mail-ob0-f180.google.com ([209.85.214.180]:32890 "EHLO mail-ob0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751769AbbDWVf3 (ORCPT ); Thu, 23 Apr 2015 17:35:29 -0400 In-Reply-To: Sender: linux-crypto-owner@vger.kernel.org List-ID: On Thu, Apr 23, 2015 at 4:10 PM, Ard Biesheuvel wrote: > > Hello Bobby, > > Would you be able to check whether the following patch fixes the crash? > > diff --git a/arch/x86/crypto/sha512-avx2-asm.S > b/arch/x86/crypto/sha512-avx2-asm.S > index a4771dcd1fcf..1f20b35d8573 100644 > --- a/arch/x86/crypto/sha512-avx2-asm.S > +++ b/arch/x86/crypto/sha512-avx2-asm.S > @@ -79,7 +79,7 @@ NUM_BLKS = %rdx > c = %rcx > d = %r8 > e = %rdx > -y3 = %rdi > +y3 = %rsi > > TBL = %rbp > Tested-By: Bobby Powers Thanks Ard. Yes, this fixes things for me. Good eye :) yours, Bobby