On 12/7/20 8:30 AM, Juergen Gross wrote:
> --- a/drivers/xen/unpopulated-alloc.c > +++ b/drivers/xen/unpopulated-alloc.c > @@ -12,7 +12,7 @@ > #include <xen/xen.h> > > static DEFINE_MUTEX(list_lock); > -static LIST_HEAD(page_list); > +static struct page *page_list; next_page or next_allocated_page? Either way Reviewed-by: Boris Ostrovsky <boris.ostrov...@oracle.com>
