Re: [PATCH v4] xen/arm: Skip memory nodes if not enabled

2023-11-16 Thread Julien Grall
Hi, On 06/11/2023 11:31, Julien Grall wrote: On 06/11/2023 10:32, Leo Yan wrote: Hi Julien, On Mon, Nov 06, 2023 at 09:52:45AM +, Julien Grall wrote: [...] Gentle ping. I don't see this patch is landed in Xen master or staging branch, should anything I need to follow up? The tree

Re: [PATCH v4] xen/arm: Skip memory nodes if not enabled

2023-11-06 Thread Julien Grall
On 06/11/2023 10:32, Leo Yan wrote: Hi Julien, On Mon, Nov 06, 2023 at 09:52:45AM +, Julien Grall wrote: [...] Gentle ping. I don't see this patch is landed in Xen master or staging branch, should anything I need to follow up? The tree has been frozen for the past few weeks for any

Re: [PATCH v4] xen/arm: Skip memory nodes if not enabled

2023-11-06 Thread Leo Yan
Hi Julien, On Mon, Nov 06, 2023 at 09:52:45AM +, Julien Grall wrote: [...] > > Gentle ping. > > > > I don't see this patch is landed in Xen master or staging branch, should > > anything I need to follow up? > > The tree has been frozen for the past few weeks for any patches that are not >

Re: [PATCH v4] xen/arm: Skip memory nodes if not enabled

2023-11-06 Thread Julien Grall
On 06/11/2023 02:18, Leo Yan wrote: Hi maintainers, Hi Leo, On Fri, Oct 13, 2023 at 08:04:42PM +0800, Leo Yan wrote: Currently, Xen doesn't check the status property of memory/reserved memory nodes, which may lead to the following issues: - If a memory node has a status "disabled" it imp

Re: [PATCH v4] xen/arm: Skip memory nodes if not enabled

2023-11-05 Thread Leo Yan
Hi maintainers, On Fri, Oct 13, 2023 at 08:04:42PM +0800, Leo Yan wrote: > Currently, Xen doesn't check the status property of memory/reserved > memory nodes, which may lead to the following issues: > > - If a memory node has a status "disabled" it implies that it should > not be used. Xen does

[PATCH v4] xen/arm: Skip memory nodes if not enabled

2023-10-13 Thread Leo Yan
Currently, Xen doesn't check the status property of memory/reserved memory nodes, which may lead to the following issues: - If a memory node has a status "disabled" it implies that it should not be used. Xen does not handle the status property for the memory node and ends up using it. - If a