Re: [Xen-devel] [PATCH 0/2] xen/gntdev: sanitize user interface handling

2019-07-18 Thread Oleksandr Andrushchenko
On 7/18/19 9:52 AM, Juergen Gross wrote: The Xen gntdev driver's checking of the number of allowed mapped pages is in need of some sanitizing work. Juergen Gross (2): xen/gntdev: replace global limit of mapped pages by limit per call xen/gntdev: switch from kcalloc() to kvcalloc() drive

[PATCH 0/2] xen/gntdev: sanitize user interface handling

2019-07-17 Thread Juergen Gross
The Xen gntdev driver's checking of the number of allowed mapped pages is in need of some sanitizing work. Juergen Gross (2): xen/gntdev: replace global limit of mapped pages by limit per call xen/gntdev: switch from kcalloc() to kvcalloc() drivers/xen/gntdev-common.h | 2 +- drivers/xen/gn