Re: [PATCH 10/13] mm, memory_hotplug: do not associate hotadded memory to zones until online

2017-04-21 Thread Michal Hocko
In case you were wondering about the weird sorting. git send-email has failed while at patch10 so I had to repost it and so the patch is out of order. It should be still applied as 10th patch. -- Michal Hocko SUSE Labs

Re: [PATCH 10/13] mm, memory_hotplug: do not associate hotadded memory to zones until online

2017-04-21 Thread Michal Hocko
In case you were wondering about the weird sorting. git send-email has failed while at patch10 so I had to repost it and so the patch is out of order. It should be still applied as 10th patch. -- Michal Hocko SUSE Labs

[PATCH 10/13] mm, memory_hotplug: do not associate hotadded memory to zones until online

2017-04-21 Thread Michal Hocko
From: Michal Hocko The current memory hotplug implementation relies on having all the struct pages associate with a zone/node during the physical hotplug phase (arch_add_memory->__add_pages->__add_section->__add_zone). In the vast majority of cases this means that they are added

[PATCH 10/13] mm, memory_hotplug: do not associate hotadded memory to zones until online

2017-04-21 Thread Michal Hocko
From: Michal Hocko The current memory hotplug implementation relies on having all the struct pages associate with a zone/node during the physical hotplug phase (arch_add_memory->__add_pages->__add_section->__add_zone). In the vast majority of cases this means that they are added to ZONE_NORMAL.