Re: [Xen-devel] [PATCH] common/page_alloc: Drop BOOT_BUG_ON()

2017-08-09 Thread Julien Grall
Hi Andrew, On 08/08/17 18:28, Andrew Cooper wrote: Regular BUG_ON()'s work fine by this point on all architectures, so drop the custom infrastructure. Substitute BUG_ON(1) for BUG(). Signed-off-by: Andrew Cooper FWIW: Acked-by: Julien Grall

Re: [Xen-devel] [PATCH] common/page_alloc: Drop BOOT_BUG_ON()

2017-08-09 Thread Andrew Cooper
On 09/08/17 10:14, Jan Beulich wrote: On 08.08.17 at 19:28, wrote: >> Regular BUG_ON()'s work fine by this point on all architectures, so drop the >> custom infrastructure. Substitute BUG_ON(1) for BUG(). >> >> Signed-off-by: Andrew Cooper

Re: [Xen-devel] [PATCH] common/page_alloc: Drop BOOT_BUG_ON()

2017-08-09 Thread Jan Beulich
>>> On 08.08.17 at 19:28, wrote: > Regular BUG_ON()'s work fine by this point on all architectures, so drop the > custom infrastructure. Substitute BUG_ON(1) for BUG(). > > Signed-off-by: Andrew Cooper Acked-by: Jan Beulich

[Xen-devel] [PATCH] common/page_alloc: Drop BOOT_BUG_ON()

2017-08-08 Thread Andrew Cooper
Regular BUG_ON()'s work fine by this point on all architectures, so drop the custom infrastructure. Substitute BUG_ON(1) for BUG(). Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Stefano Stabellini CC: Julien Grall