Re: [PATCH 1/2] xen/arm: Fix initrd placeholders generation in make_chosen_node()

2023-08-11 Thread Julien Grall
Hi Michal, On 10/08/2023 12:25, Michal Orzel wrote: When booting a dom0less domU without initial ramdisk, it was observed that Xen still creates empty linux,initrd-{start,end} properties under /chosen node. This is because in make_chosen_node(), generation of initrd placeholders (later on filled

Re: [PATCH 1/2] xen/arm: Fix initrd placeholders generation in make_chosen_node()

2023-08-10 Thread Stefano Stabellini
On Thu, 10 Aug 2023, Luca Fancellu wrote: > > On 10 Aug 2023, at 12:25, Michal Orzel wrote: > > > > When booting a dom0less domU without initial ramdisk, it was observed > > that Xen still creates empty linux,initrd-{start,end} properties under > > /chosen node. This is because in make_chosen_nod

Re: [PATCH 1/2] xen/arm: Fix initrd placeholders generation in make_chosen_node()

2023-08-10 Thread Luca Fancellu
> On 10 Aug 2023, at 12:25, Michal Orzel wrote: > > When booting a dom0less domU without initial ramdisk, it was observed > that Xen still creates empty linux,initrd-{start,end} properties under > /chosen node. This is because in make_chosen_node(), generation of initrd > placeholders (later o

[PATCH 1/2] xen/arm: Fix initrd placeholders generation in make_chosen_node()

2023-08-10 Thread Michal Orzel
When booting a dom0less domU without initial ramdisk, it was observed that Xen still creates empty linux,initrd-{start,end} properties under /chosen node. This is because in make_chosen_node(), generation of initrd placeholders (later on filled with the real values) is protected with a check for pr