Re: [PATCH V2 0/3] mm/hotplug: Pre-validate the address range with platform

2020-12-17 Thread David Hildenbrand
On 17.12.20 16:28, Anshuman Khandual wrote: > This series adds a mechanism allowing platforms to weigh in and prevalidate > incoming address range before proceeding further with the memory hotplug. > This helps prevent potential platform errors for the given address range, > down the hotplug call

[PATCH V2 0/3] mm/hotplug: Pre-validate the address range with platform

2020-12-17 Thread Anshuman Khandual
This series adds a mechanism allowing platforms to weigh in and prevalidate incoming address range before proceeding further with the memory hotplug. This helps prevent potential platform errors for the given address range, down the hotplug call chain, which inevitably fails the hotplug itself.