Re: [PATCH v2 0/3] mm: Cleanup & allow modules to hotplug memory

2019-06-26 Thread Alastair D'Silva
On Wed, 2019-06-26 at 00:57 -0700, Christoph Hellwig wrote: > On Wed, Jun 26, 2019 at 04:11:20PM +1000, Alastair D'Silva wrote: > > - Drop mm/hotplug: export try_online_node > > (not necessary) > > With this the subject line of the cover letter seems incorrect now :) > Indeed :) I lef

Re: [PATCH v2 0/3] mm: Cleanup & allow modules to hotplug memory

2019-06-26 Thread Christoph Hellwig
On Wed, Jun 26, 2019 at 04:11:20PM +1000, Alastair D'Silva wrote: > - Drop mm/hotplug: export try_online_node > (not necessary) With this the subject line of the cover letter seems incorrect now :)

[PATCH v2 0/3] mm: Cleanup & allow modules to hotplug memory

2019-06-25 Thread Alastair D'Silva
From: Alastair D'Silva This series addresses some minor issues found when developing a persistent memory driver. Changelog: V2: - Drop mm/hotplug: export try_online_node (not necessary) - Return errors from __section_nr - Remove errant whitespace change in mm: don't hide po