forked from Minki/linux
78110bb8dc
alloc failures already get standardized OOM messages and a dump_stack. For the affected mallocs around these OOM messages: Converted kzallocs with multiplies to kcalloc. Converted kmallocs with multiplies to kmalloc_array. Converted a kmalloc/strlen/strncpy to kstrdup. Moved a spin_lock below a removed OOM message and removed a now unnecessary spin_unlock. Neatened alignment and whitespace. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
sep_crypto.c | ||
sep_crypto.h | ||
sep_dev.h | ||
sep_driver_api.h | ||
sep_driver_config.h | ||
sep_driver_hw_defs.h | ||
sep_main.c | ||
sep_trace_events.h | ||
TODO |