From: David Howells <dhowe...@redhat.com> 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 <jsbilli...@jsbillings.org> > Reported-by: Marc Dionne <marc.dio...@auristor.com> > Signed-off-by: David Howells <dhowe...@redhat.com> > Tested-by: Jonathan Billings <jsbilli...@jsbillings.org> Applied, thanks David.