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

Lin Feng linfeng at cn.fujitsu.com
Mon Apr 8 05:56:38 EDT 2013


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




More information about the linux-arm-kernel mailing list