commit | a19b882c07a63174f09d1f7c036cc2aab7f04ad3 | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@kernel.org> | Thu Oct 06 10:25:38 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 17 11:50:43 2016 +0200 |
tree | 8341512ca2b54d65a97dc430994d539871d99ba8 | |
parent | 1001354ca34179f3db924eb66672442a173147dc [diff] |
wusb: Stop using the stack for sg crypto scratch space Pointing an sg list at the stack is verboten and, with CONFIG_VMAP_STACK=y, will malfunction. Use kmalloc for the wusb crypto stack space instead. Untested -- I'm not entirely convinced that this hardware exists in the wild. Signed-off-by: Andy Lutomirski <luto@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>