Re: [PATCH v3 0/3] mm: Fix for movable_node boot option

2018-10-09 Thread Ingo Molnar
* Masayoshi Mizuma wrote: > Ping... > > > arch/x86/kernel/e820.c | 15 +++ > > include/linux/memblock.h | 15 --- > > mm/page_alloc.c | 54 +++- > > 3 files changed, 40 insertions(+), 44 deletions(-) If the problem is fixed then t

Re: [PATCH v3 0/3] mm: Fix for movable_node boot option

2018-10-09 Thread Masayoshi Mizuma
Ping... On Tue, Oct 02, 2018 at 10:38:18AM -0400, Masayoshi Mizuma wrote: > This patch series are the fix for movable_node boot option > issue which was introduced by commit 124049decbb1 ("x86/e820: > put !E820_TYPE_RAM regions into memblock.reserved"). > > The commit breaks the option because it

[PATCH v3 0/3] mm: Fix for movable_node boot option

2018-10-02 Thread Masayoshi Mizuma
This patch series are the fix for movable_node boot option issue which was introduced by commit 124049decbb1 ("x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"). The commit breaks the option because it changed the memory gap range to reserved memblock. So, the node is marked as Normal