Re: [PATCH] xen/arm: bootfdt: Always sort memory banks

2021-07-05 Thread Oleksandr
On 30.06.21 11:56, Julien Grall wrote: Hi Oleksandr, Hi Julien Sorry for the late response. On 14/06/2021 20:34, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko At the moment, Xen expects the memory banks to be ordered. Unfortunately, there may be a case when updated by firmwa

Re: [PATCH] xen/arm: bootfdt: Always sort memory banks

2021-06-30 Thread Julien Grall
Hi Oleksandr, On 14/06/2021 20:34, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko At the moment, Xen expects the memory banks to be ordered. Unfortunately, there may be a case when updated by firmware device tree contains unordered banks. This means Xen will panic when setting xenheap

Re: [PATCH] xen/arm: bootfdt: Always sort memory banks

2021-06-29 Thread Stefano Stabellini
On Mon, 14 Jun 2021, Oleksandr Tyshchenko wrote: > From: Oleksandr Tyshchenko > > At the moment, Xen expects the memory banks to be ordered. > Unfortunately, there may be a case when updated by firmware > device tree contains unordered banks. This means Xen will panic > when setting xenheap mappi

[PATCH] xen/arm: bootfdt: Always sort memory banks

2021-06-14 Thread Oleksandr Tyshchenko
From: Oleksandr Tyshchenko At the moment, Xen expects the memory banks to be ordered. Unfortunately, there may be a case when updated by firmware device tree contains unordered banks. This means Xen will panic when setting xenheap mappings for the subsequent bank with start address being less tha