linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] mm: Fix for movable_node boot option
@ 2018-10-02 14:38 Masayoshi Mizuma
  2018-10-02 14:38 ` [PATCH v3 1/3] mm: zero remaining unavailable struct pages Masayoshi Mizuma
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Masayoshi Mizuma @ 2018-10-02 14:38 UTC (permalink / raw)
  To: linux-mm, Naoya Horiguchi, Pavel Tatashin, Michal Hocko,
	Thomas Gleixner, Ingo Molnar
  Cc: Masayoshi Mizuma, linux-kernel, x86

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 zone even if the SRAT has Hot pluggable affinity.

First and second patch fix the original issue which the commit
tried to fix, then revert the commit.

Changelog from v2:
 - Change the patch order. The revert patch is moved to the last.

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(-)

-- 
2.18.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-10-10 23:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-02 14:38 [PATCH v3 0/3] mm: Fix for movable_node boot option Masayoshi Mizuma
2018-10-02 14:38 ` [PATCH v3 1/3] mm: zero remaining unavailable struct pages Masayoshi Mizuma
2018-10-10 17:27   ` Pavel Tatashin
2018-10-10 23:29   ` Andrew Morton
2018-10-02 14:38 ` [PATCH v3 2/3] mm: return zero_resv_unavail optimization Masayoshi Mizuma
2018-10-10  9:39   ` Oscar Salvador
2018-10-02 14:38 ` [PATCH v3 3/3] Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved" Masayoshi Mizuma
2018-10-09 15:14 ` [PATCH v3 0/3] mm: Fix for movable_node boot option Masayoshi Mizuma
2018-10-10  6:33   ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).