Quoting Herbert Xu <herb...@gondor.apana.org.au>:


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.

This triggers with aes-x86_64 and sha1_generic (and sha256 & sha512) too, with following test added to tcrypt:
        case 46:
                ret += tcrypt_test("authenc(hmac(sha1),cbc(aes))");
                ret += tcrypt_test("authenc(hmac(sha256),cbc(aes))");
                ret += tcrypt_test("authenc(hmac(sha512),cbc(aes))");
                break;

-Jussi


Thanks,
--
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html





--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to