linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [Patch v2 0/3] memblock: some fix for memmap_init_reserved_pages()
@ 2025-03-18  7:19 Wei Yang
  2025-03-18  7:19 ` [Patch v2 1/3] mm/memblock: pass size instead of end to memblock_set_node() Wei Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Wei Yang @ 2025-03-18  7:19 UTC (permalink / raw)
  To: rppt, akpm, yajun.deng; +Cc: linux-mm, Wei Yang

During code review, I found we may leave some reserved region with invalid nid
when memblock_set_node() double the array. The patch set propose a fix and
test case.

Also I found memblock_set_node() accept size instead of end as second
parameter. Currently it is misused.

Patch 1: fix the second argument passed to memblock_set_node()
Patch 2: fix the invalid node id we may have in memmap_init_reserved_pages()
Patch 3: add a test case to verify it

v2: move check out side of the loop

Wei Yang (3):
  mm/memblock: pass size instead of end to memblock_set_node()
  mm/memblock: repeat setting reserved region nid if array is doubled
  memblock tests: add test for memblock_set_node

 mm/memblock.c                            |  12 ++-
 tools/testing/memblock/tests/basic_api.c | 102 +++++++++++++++++++++++
 2 files changed, 113 insertions(+), 1 deletion(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-04-07  6:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-18  7:19 [Patch v2 0/3] memblock: some fix for memmap_init_reserved_pages() Wei Yang
2025-03-18  7:19 ` [Patch v2 1/3] mm/memblock: pass size instead of end to memblock_set_node() Wei Yang
2025-03-18 10:29   ` Anshuman Khandual
2025-03-18  7:19 ` [Patch v2 2/3] mm/memblock: repeat setting reserved region nid if array is doubled Wei Yang
2025-03-18 10:55   ` Anshuman Khandual
2025-03-19  8:12     ` Wei Yang
2025-03-18  7:19 ` [Patch v2 3/3] memblock tests: add test for memblock_set_node Wei Yang
2025-04-07  2:58 ` [Patch v2 0/3] memblock: some fix for memmap_init_reserved_pages() Wei Yang
2025-04-07  6:34 ` Mike Rapoport

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox