alistair23-linux/drivers/net/ppp
Kees Cook a394b3af20 ppp: mppe: Remove VLA usage
In the quest to remove all stack VLA usage from the kernel[1], this
removes the discouraged use of AHASH_REQUEST_ON_STACK (and associated
VLA) by switching to shash directly and keeping the associated descriptor
allocated with the regular state on the heap.

[1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@mail.gmail.com

Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-08-03 12:54:54 -07:00
..
bsd_comp.c treewide: Use array_size() in vmalloc() 2018-06-12 16:19:22 -07:00
Kconfig
Makefile
ppp_async.c the rest of drivers/*: annotate ->poll() instances 2017-11-28 11:06:58 -05:00
ppp_deflate.c
ppp_generic.c ppp: remove the PPPIOCDETACH ioctl 2018-05-24 22:55:07 -04:00
ppp_mppe.c ppp: mppe: Remove VLA usage 2018-08-03 12:54:54 -07:00
ppp_mppe.h
ppp_synctty.c the rest of drivers/*: annotate ->poll() instances 2017-11-28 11:06:58 -05:00
pppoe.c Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL 2018-06-28 10:40:47 -07:00
pppox.c
pptp.c treewide: Use array_size() in vzalloc() 2018-06-12 16:19:22 -07:00