From: Herbert Xu <[email protected]> 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: <[email protected]> > Reported-by: Anatoly Pugachev <[email protected]> > Signed-off-by: Herbert Xu <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
