[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230215152412.13368-1-zhengqi.arch@bytedance.com>
Date: Wed, 15 Feb 2023 23:24:10 +0800
From: Qi Zheng <zhengqi.arch@...edance.com>
To: akpm@...ux-foundation.org, vbabka@...e.cz, david@...hat.com,
rppt@...nel.org, mhocko@...e.com
Cc: willy@...radead.org, mgorman@...hsingularity.net,
osalvador@...e.de, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, Qi Zheng <zhengqi.arch@...edance.com>
Subject: [PATCH 0/2] handle memoryless nodes more appropriately
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
Powered by blists - more mailing lists