aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2022-03-07 09:48:55 +0100
committerJuergen Gross <jgross@suse.com>2022-03-07 09:48:55 +0100
commitb0576cc9c6b843d99c6982888d59a56209341888 (patch)
treea1d13c5d27cdcfa83e148bfde177ee9a37e054bb /include/xen
parentxen/9p: use alloc/free_pages_exact() (diff)
downloadlinux-dev-b0576cc9c6b843d99c6982888d59a56209341888.tar.xz
linux-dev-b0576cc9c6b843d99c6982888d59a56209341888.zip
xen/pvcalls: use alloc/free_pages_exact()
Instead of __get_free_pages() and free_pages() use alloc_pages_exact() and free_pages_exact(). This is in preparation of a change of gnttab_end_foreign_access() which will prohibit use of high-order pages. This is part of CVE-2022-23041 / XSA-396. Reported-by: Simon Gaiser <simon@invisiblethingslab.com> Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Jan Beulich <jbeulich@suse.com> --- V4: - new patch
Diffstat (limited to 'include/xen')
0 files changed, 0 insertions, 0 deletions