[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/2] xen/riscv: initialize bootinfo from dtb



On Tue, 2024-10-15 at 08:33 +0200, Jan Beulich wrote:
> On 10.10.2024 17:30, Oleksii Kurochko wrote:
> > --- a/xen/arch/riscv/setup.c
> > +++ b/xen/arch/riscv/setup.c
> > @@ -50,6 +50,8 @@ void __init noreturn start_xen(unsigned long
> > bootcpu_id,
> >                            _end - _start, false) )
> >          panic("Failed to add BOOTMOD_XEN\n");
> >  
> > +    BUG_ON(!boot_fdt_info(device_tree_flattened, dtb_addr));
> 
> We generally aim at avoiding side effects in BUG_ON() (or ASSERT()).
> With
> 
>     if (!boot_fdt_info(device_tree_flattened, dtb_addr))
>         BUG();
> 
> Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
> 
> I can make the adjustment while committing, if desired.
It would be great if these changes could be made during the commit.

Thanks.

~ Oleksii




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.