From: Herbert Xu <herb...@gondor.apana.org.au> Date: Thu, 5 May 2016 16:42:49 +0800
> Subject: crypto: testmgr - Use kmalloc memory for RSA input > > As akcipher uses an SG interface, you must not use vmalloc memory > as input for it. This patch fixes testmgr to copy the vmalloc > test vectors to kmalloc memory before running the test. > > This patch also removes a superfluous sg_virt call in do_test_rsa. > > Cc: <sta...@vger.kernel.org> > Reported-by: Anatoly Pugachev <mator...@gmail.com> > Signed-off-by: Herbert Xu <herb...@gondor.apana.org.au> I'm really surprised this didn't trigger on non-sparc64 systems, but what do I know :-) -- 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