diff options
author | Andy Lutomirski <luto@kernel.org> | 2016-10-06 20:25:38 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-10-17 12:50:43 +0300 |
commit | a19b882c07a63174f09d1f7c036cc2aab7f04ad3 (patch) | |
tree | 8341512ca2b54d65a97dc430994d539871d99ba8 /drivers/input/misc/pcf8574_keypad.c | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-a19b882c07a63174f09d1f7c036cc2aab7f04ad3.tar.xz |
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>
Diffstat (limited to 'drivers/input/misc/pcf8574_keypad.c')
0 files changed, 0 insertions, 0 deletions