summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
diff options
context:
space:
mode:
authorYajun Deng <yajun.deng@linux.dev>2024-01-18 09:18:53 +0300
committerMike Rapoport (IBM) <rppt@kernel.org>2024-01-19 11:53:59 +0300
commit6a9531c3a88096a26cf3ac582f7ec44f94a7dcb2 (patch)
tree0f288cf889188b4deac543ce493c2636cdc76b0b /mm/swapfile.c
parent0dd3ee31125508cd67f7e7172247f05b7fd1753a (diff)
downloadlinux-6a9531c3a88096a26cf3ac582f7ec44f94a7dcb2.tar.xz
memblock: fix crash when reserved memory is not added to memory
After commit 61167ad5fecd ("mm: pass nid to reserve_bootmem_region()") nid of a reserved region is used by init_reserved_page() (with CONFIG_DEFERRED_STRUCT_PAGE_INIT=y) to access node strucure. In many cases the nid of the reserved memory is not set and this causes a crash. When the nid of a reserved region is not set, fall back to early_pfn_to_nid(), so that nid of the first_online_node will be passed to init_reserved_page(). Fixes: 61167ad5fecd ("mm: pass nid to reserve_bootmem_region()") Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Link: https://lore.kernel.org/r/20240118061853.2652295-1-yajun.deng@linux.dev [rppt: massaged the commit message] Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Diffstat (limited to 'mm/swapfile.c')
0 files changed, 0 insertions, 0 deletions