[PATCH 0/2] mm: vmemmap: add vmemmap_verify check for hot-add node/memory case

From: Lin Feng
Date: Mon Apr 08 2013 - 06:00:41 EST


In hot add node(memory) case, vmemmap pages are always allocated from other
node, but the current logic just skip vmemmap_verify check.
So we should also issue "potential offnode page_structs" warning messages
if we are the case

Lin Feng (2):
mm: vmemmap: x86: add vmemmap_verify check for hot-add node case
mm: vmemmap: arm64: add vmemmap_verify check for hot-add node case

arch/arm64/mm/mmu.c | 4 ++--
arch/x86/mm/init_64.c | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)

--
1.8.0.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/