Skip to content

Commit c1d0da8

Browse files
ldu4torvalds
authored andcommitted
mm: replace memmap_context by meminit_context
Patch series "mm: fix memory to node bad links in sysfs", v3. Sometimes, firmware may expose interleaved memory layout like this: Early memory node ranges node 1: [mem 0x0000000000000000-0x000000011fffffff] node 2: [mem 0x0000000120000000-0x000000014fffffff] node 1: [mem 0x0000000150000000-0x00000001ffffffff] node 0: [mem 0x0000000200000000-0x000000048fffffff] node 2: [mem 0x0000000490000000-0x00000007ffffffff] In that case, we can see memory blocks assigned to multiple nodes in sysfs: $ ls -l /sys/devices/system/memory/memory21 total 0 lrwxrwxrwx 1 root root 0 Aug 24 05:27 node1 -> ../../node/node1 lrwxrwxrwx 1 root root 0 Aug 24 05:27 node2 -> ../../node/node2 -rw-r--r-- 1 root root 65536 Aug 24 05:27 online -r--r--r-- 1 root root 65536 Aug 24 05:27 phys_device -r--r--r-- 1 root root 65536 Aug 24 05:27 phys_index drwxr-xr-x 2 root root 0 Aug 24 05:27 power -r--r--r-- 1 root root 65536 Aug 24 05:27 removable -rw-r--r-- 1 root root 65536 Aug 24 05:27 state lrwxrwxrwx 1 root root 0 Aug 24 05:25 subsystem -> ../../../../bus/memory -rw-r--r-- 1 root root 65536 Aug 24 05:25 uevent -r--r--r-- 1 root root 65536 Aug 24 05:27 valid_zones The same applies in the node's directory with a memory21 link in both the node1 and node2's directory. This is wrong but doesn't prevent the system to run. However when later, one of these memory blocks is hot-unplugged and then hot-plugged, the system is detecting an inconsistency in the sysfs layout and a BUG_ON() is raised: kernel BUG at /Users/laurent/src/linux-ppc/mm/memory_hotplug.c:1084! LE PAGE_SIZE=64K MMU=Hash SMP NR_CPUS=2048 NUMA pSeries Modules linked in: rpadlpar_io rpaphp pseries_rng rng_core vmx_crypto gf128mul binfmt_misc ip_tables x_tables xfs libcrc32c crc32c_vpmsum autofs4 CPU: 8 PID: 10256 Comm: drmgr Not tainted 5.9.0-rc1+ #25 Call Trace: add_memory_resource+0x23c/0x340 (unreliable) __add_memory+0x5c/0xf0 dlpar_add_lmb+0x1b4/0x500 dlpar_memory+0x1f8/0xb80 handle_dlpar_errorlog+0xc0/0x190 dlpar_store+0x198/0x4a0 kobj_attr_store+0x30/0x50 sysfs_kf_write+0x64/0x90 kernfs_fop_write+0x1b0/0x290 vfs_write+0xe8/0x290 ksys_write+0xdc/0x130 system_call_exception+0x160/0x270 system_call_common+0xf0/0x27c This has been seen on PowerPC LPAR. The root cause of this issue is that when node's memory is registered, the range used can overlap another node's range, thus the memory block is registered to multiple nodes in sysfs. There are two issues here: (a) The sysfs memory and node's layouts are broken due to these multiple links (b) The link errors in link_mem_sections() should not lead to a system panic. To address (a) register_mem_sect_under_node should not rely on the system state to detect whether the link operation is triggered by a hot plug operation or not. This is addressed by the patches 1 and 2 of this series. Issue (b) will be addressed separately. This patch (of 2): The memmap_context enum is used to detect whether a memory operation is due to a hot-add operation or happening at boot time. Make it general to the hotplug operation and rename it as meminit_context. There is no functional change introduced by this patch Suggested-by: David Hildenbrand <[email protected]> Signed-off-by: Laurent Dufour <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Reviewed-by: Oscar Salvador <[email protected]> Acked-by: Michal Hocko <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: "Rafael J . Wysocki" <[email protected]> Cc: Nathan Lynch <[email protected]> Cc: Scott Cheloha <[email protected]> Cc: Tony Luck <[email protected]> Cc: Fenghua Yu <[email protected]> Cc: <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent a1cd6c2 commit c1d0da8

File tree

5 files changed

+18
-13
lines changed

5 files changed

+18
-13
lines changed

arch/ia64/mm/init.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ virtual_memmap_init(u64 start, u64 end, void *arg)
538538
if (map_start < map_end)
539539
memmap_init_zone((unsigned long)(map_end - map_start),
540540
args->nid, args->zone, page_to_pfn(map_start),
541-
MEMMAP_EARLY, NULL);
541+
MEMINIT_EARLY, NULL);
542542
return 0;
543543
}
544544

@@ -547,8 +547,8 @@ memmap_init (unsigned long size, int nid, unsigned long zone,
547547
unsigned long start_pfn)
548548
{
549549
if (!vmem_map) {
550-
memmap_init_zone(size, nid, zone, start_pfn, MEMMAP_EARLY,
551-
NULL);
550+
memmap_init_zone(size, nid, zone, start_pfn,
551+
MEMINIT_EARLY, NULL);
552552
} else {
553553
struct page *start;
554554
struct memmap_init_callback_data args;

include/linux/mm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,7 @@ extern int __meminit __early_pfn_to_nid(unsigned long pfn,
24162416

24172417
extern void set_dma_reserve(unsigned long new_dma_reserve);
24182418
extern void memmap_init_zone(unsigned long, int, unsigned long, unsigned long,
2419-
enum memmap_context, struct vmem_altmap *);
2419+
enum meminit_context, struct vmem_altmap *);
24202420
extern void setup_per_zone_wmarks(void);
24212421
extern int __meminit init_per_zone_wmark_min(void);
24222422
extern void mem_init(void);

include/linux/mmzone.h

+8-3
Original file line numberDiff line numberDiff line change
@@ -824,10 +824,15 @@ bool zone_watermark_ok(struct zone *z, unsigned int order,
824824
unsigned int alloc_flags);
825825
bool zone_watermark_ok_safe(struct zone *z, unsigned int order,
826826
unsigned long mark, int highest_zoneidx);
827-
enum memmap_context {
828-
MEMMAP_EARLY,
829-
MEMMAP_HOTPLUG,
827+
/*
828+
* Memory initialization context, use to differentiate memory added by
829+
* the platform statically or via memory hotplug interface.
830+
*/
831+
enum meminit_context {
832+
MEMINIT_EARLY,
833+
MEMINIT_HOTPLUG,
830834
};
835+
831836
extern void init_currently_empty_zone(struct zone *zone, unsigned long start_pfn,
832837
unsigned long size);
833838

mm/memory_hotplug.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ void __ref move_pfn_range_to_zone(struct zone *zone, unsigned long start_pfn,
729729
* are reserved so nobody should be touching them so we should be safe
730730
*/
731731
memmap_init_zone(nr_pages, nid, zone_idx(zone), start_pfn,
732-
MEMMAP_HOTPLUG, altmap);
732+
MEMINIT_HOTPLUG, altmap);
733733

734734
set_zone_contiguous(zone);
735735
}

mm/page_alloc.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -5975,7 +5975,7 @@ overlap_memmap_init(unsigned long zone, unsigned long *pfn)
59755975
* done. Non-atomic initialization, single-pass.
59765976
*/
59775977
void __meminit memmap_init_zone(unsigned long size, int nid, unsigned long zone,
5978-
unsigned long start_pfn, enum memmap_context context,
5978+
unsigned long start_pfn, enum meminit_context context,
59795979
struct vmem_altmap *altmap)
59805980
{
59815981
unsigned long pfn, end_pfn = start_pfn + size;
@@ -6007,7 +6007,7 @@ void __meminit memmap_init_zone(unsigned long size, int nid, unsigned long zone,
60076007
* There can be holes in boot-time mem_map[]s handed to this
60086008
* function. They do not exist on hotplugged memory.
60096009
*/
6010-
if (context == MEMMAP_EARLY) {
6010+
if (context == MEMINIT_EARLY) {
60116011
if (overlap_memmap_init(zone, &pfn))
60126012
continue;
60136013
if (defer_init(nid, pfn, end_pfn))
@@ -6016,7 +6016,7 @@ void __meminit memmap_init_zone(unsigned long size, int nid, unsigned long zone,
60166016

60176017
page = pfn_to_page(pfn);
60186018
__init_single_page(page, pfn, zone, nid);
6019-
if (context == MEMMAP_HOTPLUG)
6019+
if (context == MEMINIT_HOTPLUG)
60206020
__SetPageReserved(page);
60216021

60226022
/*
@@ -6099,7 +6099,7 @@ void __ref memmap_init_zone_device(struct zone *zone,
60996099
* check here not to call set_pageblock_migratetype() against
61006100
* pfn out of zone.
61016101
*
6102-
* Please note that MEMMAP_HOTPLUG path doesn't clear memmap
6102+
* Please note that MEMINIT_HOTPLUG path doesn't clear memmap
61036103
* because this is done early in section_activate()
61046104
*/
61056105
if (!(pfn & (pageblock_nr_pages - 1))) {
@@ -6137,7 +6137,7 @@ void __meminit __weak memmap_init(unsigned long size, int nid,
61376137
if (end_pfn > start_pfn) {
61386138
size = end_pfn - start_pfn;
61396139
memmap_init_zone(size, nid, zone, start_pfn,
6140-
MEMMAP_EARLY, NULL);
6140+
MEMINIT_EARLY, NULL);
61416141
}
61426142
}
61436143
}

0 commit comments

Comments
 (0)