mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-23 20:39:14 +09:00
The kv*alloc()-family was missing kvcalloc(). Adding this allows for 2-argument multiplication conversions of kvzalloc(a * b, ...) into kvcalloc(a, b, ...). Signed-off-by: Kees Cook <keescook@chromium.org>