Re: [PATCH] mm/hotplug: Enumerate memory range offlining failure reasons

2020-08-18 Thread David Hildenbrand
On 18.08.20 08:58, Michal Hocko wrote: > On Tue 18-08-20 11:58:49, Anshuman Khandual wrote: >> >> >> On 08/18/2020 11:35 AM, Michal Hocko wrote: >>> On Tue 18-08-20 09:52:02, Anshuman Khandual wrote: Currently a debug message is printed describing the reason for memory range offline failu

Re: [PATCH] mm/hotplug: Enumerate memory range offlining failure reasons

2020-08-17 Thread Michal Hocko
On Tue 18-08-20 11:58:49, Anshuman Khandual wrote: > > > On 08/18/2020 11:35 AM, Michal Hocko wrote: > > On Tue 18-08-20 09:52:02, Anshuman Khandual wrote: > >> Currently a debug message is printed describing the reason for memory range > >> offline failure. This just enumerates existing reason c

Re: [PATCH] mm/hotplug: Enumerate memory range offlining failure reasons

2020-08-17 Thread Anshuman Khandual
On 08/18/2020 11:35 AM, Michal Hocko wrote: > On Tue 18-08-20 09:52:02, Anshuman Khandual wrote: >> Currently a debug message is printed describing the reason for memory range >> offline failure. This just enumerates existing reason codes which improves >> overall readability and makes it cleane

Re: [PATCH] mm/hotplug: Enumerate memory range offlining failure reasons

2020-08-17 Thread Michal Hocko
On Tue 18-08-20 09:52:02, Anshuman Khandual wrote: > Currently a debug message is printed describing the reason for memory range > offline failure. This just enumerates existing reason codes which improves > overall readability and makes it cleaner. This does not add any functional > change. Wasn'

[PATCH] mm/hotplug: Enumerate memory range offlining failure reasons

2020-08-17 Thread Anshuman Khandual
Currently a debug message is printed describing the reason for memory range offline failure. This just enumerates existing reason codes which improves overall readability and makes it cleaner. This does not add any functional change. Cc: Andrew Morton Cc: David Hildenbrand Cc: Michal Hocko Cc: