Re: [PATCH V4 0/4] mm/memory_hotplug: Pre-validate the address range with platform

2021-01-26 Thread Anshuman Khandual
On 1/25/21 2:55 PM, David Hildenbrand wrote: > On 25.01.21 03:58, 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 f

Re: [PATCH V4 0/4] mm/memory_hotplug: Pre-validate the address range with platform

2021-01-25 Thread David Hildenbrand
On 25.01.21 10:52, Anshuman Khandual wrote: > > > On 1/25/21 2:55 PM, David Hildenbrand wrote: >> On 25.01.21 03:58, Anshuman Khandual wrote: >>> This series adds a mechanism allowing platforms to weigh in and prevalidate >>> incoming address range before proceeding further with the memory hotplu

Re: [PATCH V4 0/4] mm/memory_hotplug: Pre-validate the address range with platform

2021-01-25 Thread David Hildenbrand
On 25.01.21 03:58, 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 c

[PATCH V4 0/4] mm/memory_hotplug: Pre-validate the address range with platform

2021-01-24 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. Th