diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-09-22 12:16:35 +0200 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2021-10-05 08:20:17 +0200 |
commit | 0432523f4807a83902857347bd73eb817ef0a742 (patch) | |
tree | 36a76501fe1fda6ce82f22dfb39de4e84e1288f2 /include/xen/xen-ops.h | |
parent | xen/x86: fix PV trap handling on secondary processors (diff) | |
download | linux-0432523f4807a83902857347bd73eb817ef0a742.tar.xz linux-0432523f4807a83902857347bd73eb817ef0a742.zip |
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: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/6d698901-98a4-05be-c421-bcd0713f5335@suse.com
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'include/xen/xen-ops.h')
0 files changed, 0 insertions, 0 deletions