Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10356894imu; Wed, 5 Dec 2018 22:45:03 -0800 (PST) X-Google-Smtp-Source: AFSGD/XJes/P0dSMLfs07ckpWk3Dwc26UVpLZWaV+SPe2GLu2VEYyJ98cKl3YIAJUqf/25RDSRmZ X-Received: by 2002:a63:a002:: with SMTP id r2mr22682507pge.212.1544078703407; Wed, 05 Dec 2018 22:45:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544078703; cv=none; d=google.com; s=arc-20160816; b=hPLng5DxN2rL619x0iCFihohhIUgvjYt69WO9Lm1jW2+WZxLqRCnfkUil/D0MzHois TX6qty+cvVX+p1FiDYKZBduRtcM4StZUnGcnz42o7ltwJ0r2FDHZ8YwbbTBheT8rb+Br IBXJmQIaCrusEcua3HdRna+p8GMHAPCCJT20PYy8Bl0vOmc9jW1E921GNgEEwB7RpFUt SjrPFmsXzTpjYq1Z6Nl9tt2F9WHavF7Kxb3k5Yc0UlfN6SXzZhEC/x89o8BDqsSA4yfZ joQ+8Y//gBHjoVubXHobcrVhte1yp6JdR5hYSbuNMO9LO9fjvgpErUcA8uef6vrT38ht x9kA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=7w0/dx7L1D0CWgvH2osl7k0F8GmZnXJmhUbfacIQS0U=; b=SsT3gb5JL+maHuml5ryfIA1lOB4wfX76g+/AS7upwFWabGezmNQrl1H7UAQqS1GLaX BU1GA4wXQuYv/RpbtBNtjvyCD08HkFFj/dPvjcawQnPPQVj35pO0lmVphdyvf1UO+V7Q csoZ3or1A4hKaMAY2Cox1owkUOU1tb5dP7K9oXwpV5oopzyLH+y8fNKi1h7+zM/MGUIr DIpKncijm3fFm9iuPVZryGFPggV0W26Rr05p7JbLh5dbaXyFfrKDh4MkSaNdiCL7opP4 scrOXKCxRYawaukS/8cpNNsKBmmavR7kjtES9qRm9YdjMvOwGLoL1lMWLXXGSO8YDCaC /eHQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bj2si4700280plb.27.2018.12.05.22.44.44; Wed, 05 Dec 2018 22:45:03 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729038AbeLFGoE (ORCPT + 99 others); Thu, 6 Dec 2018 01:44:04 -0500 Received: from smtp.nue.novell.com ([195.135.221.5]:53456 "EHLO smtp.nue.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728489AbeLFGoE (ORCPT ); Thu, 6 Dec 2018 01:44:04 -0500 Received: from emea4-mta.ukb.novell.com ([10.120.13.87]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Thu, 06 Dec 2018 07:44:01 +0100 Received: from [192.168.43.122] (nwb-a10-snat.microfocus.com [10.120.13.202]) by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted); Thu, 06 Dec 2018 06:43:38 +0000 Message-ID: <1544078602.3228.3.camel@suse.com> Subject: Re: [RFC PATCH] hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined From: osalvador To: Michal Hocko , Naoya Horiguchi Cc: Andrew Morton , Dan Williams , Pavel Tatashin , linux-mm@kvack.org, LKML , Stable tree Date: Thu, 06 Dec 2018 07:43:22 +0100 In-Reply-To: <20181205165716.GS1286@dhcp22.suse.cz> References: <20181203100309.14784-1-mhocko@kernel.org> <20181205122918.GL1286@dhcp22.suse.cz> <20181205165716.GS1286@dhcp22.suse.cz> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Btw. the way how we drop all the work on the first page that we > cannot > isolate is just goofy. Why don't we simply migrate all that we > already > have on the list and go on? Something for a followup cleanup though. Indeed, that is just wrong. I will try to send a followup cleanup to fix that. > Debugged-by: Oscar Salvador > Cc: stable > Signed-off-by: Michal Hocko It has been a fun bug to chase down, thanks for the patch ;-) Reviewed-by: Oscar Salvador Tested-by: Oscar Salvador