mbox series

[v2,0/3] mm: Fix for movable_node boot option

Message ID 20180925153532.6206-1-msys.mizuma@gmail.com (mailing list archive)
Headers show
Series mm: Fix for movable_node boot option | expand

Message

Masayoshi Mizuma Sept. 25, 2018, 3:35 p.m. UTC
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").

First patch, revert the commit. Second and third patch fix the
original issue.

Masayoshi Mizuma (1):
  Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"

Naoya Horiguchi (1):
  mm: zero remaining unavailable struct pages

Pavel Tatashin (1):
  mm: return zero_resv_unavail optimization

 arch/x86/kernel/e820.c   | 15 +++--------
 include/linux/memblock.h | 15 -----------
 mm/page_alloc.c          | 54 +++++++++++++++++++++++++++-------------
 3 files changed, 40 insertions(+), 44 deletions(-)

Comments

Thomas Gleixner Sept. 27, 2018, 8:41 p.m. UTC | #1
On Tue, 25 Sep 2018, 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").
> 
> First patch, revert the commit. Second and third patch fix the
> original issue.

Can the mm folks please comment on this?

Thanks,

	tglx
Michal Hocko Oct. 2, 2018, 2:01 p.m. UTC | #2
On Thu 27-09-18 22:41:36, Thomas Gleixner wrote:
> On Tue, 25 Sep 2018, 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").
> > 
> > First patch, revert the commit. Second and third patch fix the
> > original issue.
> 
> Can the mm folks please comment on this?

I was under impression that Pavel who authored the original change which
got reverted here has reviewed these patches.
Pavel Tatashin Oct. 5, 2018, 7:02 p.m. UTC | #3
I have not reviewed them yet. I am waiting for Masayoshi to send a new
series with correct order as Ingo requested.

Pavel

On 10/2/18 10:01 AM, Michal Hocko wrote:
> On Thu 27-09-18 22:41:36, Thomas Gleixner wrote:
>> On Tue, 25 Sep 2018, 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").
>>>
>>> First patch, revert the commit. Second and third patch fix the
>>> original issue.
>>
>> Can the mm folks please comment on this?
> 
> I was under impression that Pavel who authored the original change which
> got reverted here has reviewed these patches.
>