Message ID | CAKv+Gu8s=-qyX9MAcpyd39AtBVCa-+Ly1ue1zBwam_bHqqJuvg@mail.gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
On Thu, Apr 23, 2015 at 4:10 PM, Ard Biesheuvel <ard.biesheuvel@linaro.org> 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 <bobbypowers@gmail.com> Thanks Ard. Yes, this fixes things for me. Good eye :) yours, Bobby -- 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
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