linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] handle memoryless nodes more appropriately
@ 2023-02-15 15:24 Qi Zheng
  2023-02-15 15:24 ` [PATCH 1/2] mm: page_alloc: skip memoryless nodes entirely Qi Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Qi Zheng @ 2023-02-15 15:24 UTC (permalink / raw)
  To: akpm, vbabka, david, rppt, mhocko
  Cc: willy, mgorman, osalvador, linux-mm, linux-kernel, Qi Zheng

Hi all,

Currently, in the process of initialization or offline memory, memoryless
nodes will still be built into the fallback list of itself or other nodes.

This is not what we expected, so this patch series removes memoryless
nodes from the fallback list entirely.

Comments and suggestions are welcome.

Thanks,
Qi

Qi Zheng (2):
  mm: page_alloc: skip memoryless nodes entirely
  mm: memory_hotplug: drop memoryless node from fallback lists

 mm/memory_hotplug.c | 2 +-
 mm/page_alloc.c     | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2023-02-16 10:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 15:24 [PATCH 0/2] handle memoryless nodes more appropriately Qi Zheng
2023-02-15 15:24 ` [PATCH 1/2] mm: page_alloc: skip memoryless nodes entirely Qi Zheng
2023-02-15 15:24 ` [PATCH 2/2] mm: memory_hotplug: drop memoryless node from fallback lists Qi Zheng
2023-02-15 16:36 ` [PATCH 0/2] handle memoryless nodes more appropriately Michal Hocko
2023-02-15 23:11   ` Qi Zheng
2023-02-16  7:51     ` Michal Hocko
2023-02-16  8:21       ` Qi Zheng
2023-02-16  8:37         ` Michal Hocko
2023-02-16 10:50           ` Qi Zheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox