mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
1c542f38ab
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>