From: David Howells <[email protected]> Date: Thu, 08 Feb 2018 15:59:07 +0000
> Don't put buffers of data to be handed to crypto on the stack as this may > cause an assertion failure in the kernel (see below). Fix this by using an > kmalloc'd buffer instead. ... > Reported-by: Jonathan Billings <[email protected]> > Reported-by: Marc Dionne <[email protected]> > Signed-off-by: David Howells <[email protected]> > Tested-by: Jonathan Billings <[email protected]> Applied, thanks David.

