Re: [Xen-devel] [PATCH] adjust assertion in alloc_heap_pages()

2015-04-23 Thread Andrew Cooper
On 23/04/15 07:20, Jan Beulich wrote: > Older gcc warns (and due to -Werror fails) on this ASSERT() now that > "node" is of unsigned type. Make it more useful at once. > > Signed-off-by: Jan Beulich Coverity-ID: 1055630 Reviewed-by: Andrew Cooper > > --- a/xen/common/page_alloc.c > +++ b/xen/c

Re: [Xen-devel] [PATCH] adjust assertion in alloc_heap_pages()

2015-04-23 Thread Tim Deegan
At 07:20 +0100 on 23 Apr (1429773633), Jan Beulich wrote: > Older gcc warns (and due to -Werror fails) on this ASSERT() now that > "node" is of unsigned type. Make it more useful at once. > > Signed-off-by: Jan Beulich Acked-by: Tim Deegan ___ Xen-de

[Xen-devel] [PATCH] adjust assertion in alloc_heap_pages()

2015-04-22 Thread Jan Beulich
Older gcc warns (and due to -Werror fails) on this ASSERT() now that "node" is of unsigned type. Make it more useful at once. Signed-off-by: Jan Beulich --- a/xen/common/page_alloc.c +++ b/xen/common/page_alloc.c @@ -604,7 +604,7 @@ static struct page_info *alloc_heap_page } first_node