lkml.org 
[lkml]   [2021]   [Apr]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v8 4/8] mm,memory_hotplug: Allocate memmap from the added memory range
From
Date
On 16.04.21 12:37, Oscar Salvador wrote:
> On Fri, Apr 16, 2021 at 12:33:34PM +0200, David Hildenbrand wrote:
>> IIRC, we have to add the zero shadow first, before touching the memory. This
>> is also what mm/memremap.c does.
>>
>> In mhp_deinit_memmap_on_memory(), you already remove in the proper
>> (reversed) order :)
>
> But looking at online_pages(), we do it after the
> move_pfn_range_to_zone(), right? AFAIK (I might be well wrong here),
> memory_notify() will eventually call kasan_add_zero_shadow? So that
> comes after the move_pfn_range_to_zone? Or is my understanding
> incorrect?

The thing is: move_pfn_range_to_zone() in case of ordinary
online_pages() won't touch the pages but only the memmap. The memmap has
a proper kasan shadow already. Pages won't be touched before exposing
them to the page allocator via generic_online_pages().

This is different in this case :)

--
Thanks,

David / dhildenb

\
 
 \ /
  Last update: 2021-04-16 12:52    [W:0.044 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site