Re: [RFC 2/2] mm: skip HWPoisoned pages when onlining pages

2017-04-25 Thread Laurent Dufour
On 25/04/2017 10:00, Naoya Horiguchi wrote: > On Thu, Apr 20, 2017 at 11:26:02AM +0200, Laurent Dufour wrote: >> The commit b023f46813cd ("memory-hotplug: skip HWPoisoned page when >> offlining pages") skip the HWPoisoned pages when offlining pages, but >> this should be skipped when onlining the p

Re: [RFC 2/2] mm: skip HWPoisoned pages when onlining pages

2017-04-25 Thread Naoya Horiguchi
On Thu, Apr 20, 2017 at 11:26:02AM +0200, Laurent Dufour wrote: > The commit b023f46813cd ("memory-hotplug: skip HWPoisoned page when > offlining pages") skip the HWPoisoned pages when offlining pages, but > this should be skipped when onlining the pages too. > > Signed-off-by: Laurent Dufour > --

[RFC 2/2] mm: skip HWPoisoned pages when onlining pages

2017-04-20 Thread Laurent Dufour
The commit b023f46813cd ("memory-hotplug: skip HWPoisoned page when offlining pages") skip the HWPoisoned pages when offlining pages, but this should be skipped when onlining the pages too. Signed-off-by: Laurent Dufour --- mm/memory_hotplug.c | 2 ++ 1 file changed, 2 insertions(+) diff --git