Skip to content
Commit 0432523f authored by Jan Beulich's avatar Jan Beulich Committed by Juergen Gross
Browse files

xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pages



Osstest has been suffering test failures for a little while from order-4
allocation failures, resulting from alloc_empty_pages() calling
kcalloc(). As there's no need for physically contiguous space here,
switch to kvcalloc().

Signed-off-by: default avatarJan Beulich <jbeulich@suse.com>
Reviewed-by: default avatarJuergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/6d698901-98a4-05be-c421-bcd0713f5335@suse.com
Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
parent 0594c581
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment