mirror of
https://github.com/torvalds/linux.git
synced 2026-05-11 09:39:47 -04: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>