Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp5621418ybg; Tue, 22 Oct 2019 06:07:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqw70+NZJFile3e4LEh8QctnG2vNHbFboQk3d1ALud6LjDsWvZnjav7YDhn3QZcXYwJDRXel X-Received: by 2002:a5d:630f:: with SMTP id i15mr3535460wru.226.1571749650178; Tue, 22 Oct 2019 06:07:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571749650; cv=none; d=google.com; s=arc-20160816; b=qmQBWArJQXxCqwiIgEag0GsvxwiD5eh4IMNqziGbuZZbr3R+9vXupEQZxRpYE5g4Xr ujlIHXYlFKEhQzZ5dDAA3bOrsV6N0G+6CJrH/8L39SEZ1nIP9foa6XYxvRlhwl8W9Zsy xrvNjzr7fMRCVZWF2ren90cpFAxZjTDU3XT6zz8FUHtCvwEkmTXUd7dW+5ATWtdD3QG1 aXvBID+7PFWN7PFloMgXa0R0JxFg1MdwEd1XD2/hytq9dOhLbFe8/ScNMqV5LK0f+v5s PzCv5zfKAu+huQJfnrUV3tDXT7UAhLGuQsJczq7HsDcVJyqvu2/c4/ZVVigEnTprigJA zNWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=iBfFKegWflQQW6+V9GAR2SvAxKtNPFtpQW7IB21O/Gc=; b=Qg1aDtccEjcPtWaT7HTJLoZDWq7s9Lgl+in+j9T+dn9T1DvAilpEbYCgeeq4cpdlMa XA7d8zeRCW/3F7HECXmesKC90/9gAB8fgo/hyMspXuShzSwlwC+3FzoQ2HxHVtgM3TEH ShVobO/nXz6NojMSPITDsfcMYAaiCiskMsKssR/NcDrZvSFkNss8IiLp7IzAqi6Mu2ev 8q/0TSH8NejgNqJ25p52eNopVcJijTR3YRwi0dKc4YPyq7dW5LvsydepboeRrRPl6zqI P3EvGsh5j1257LiaAnMXjXddD5ztWwRzR6iHHpE/AzCO3bytCCJAcWSrnfHJoeurTFM7 aoYA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p48si264787eda.348.2019.10.22.06.06.48; Tue, 22 Oct 2019 06:07:30 -0700 (PDT) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731769AbfJVKY7 (ORCPT + 99 others); Tue, 22 Oct 2019 06:24:59 -0400 Received: from mx2.suse.de ([195.135.220.15]:60162 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727101AbfJVKY7 (ORCPT ); Tue, 22 Oct 2019 06:24:59 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id C5BE5AAF1; Tue, 22 Oct 2019 10:24:57 +0000 (UTC) Date: Tue, 22 Oct 2019 12:24:57 +0200 From: Michal Hocko To: Oscar Salvador Cc: n-horiguchi@ah.jp.nec.com, mike.kravetz@oracle.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH v2 10/16] mm,hwpoison: Rework soft offline for free pages Message-ID: <20191022102457.GJ9379@dhcp22.suse.cz> References: <20191017142123.24245-1-osalvador@suse.de> <20191017142123.24245-11-osalvador@suse.de> <20191018120615.GM5017@dhcp22.suse.cz> <20191021125842.GA11330@linux> <20191021154158.GV9379@dhcp22.suse.cz> <20191022074615.GA19060@linux> <20191022082611.GD9379@dhcp22.suse.cz> <20191022083505.GA19708@linux> <20191022092256.GH9379@dhcp22.suse.cz> <20191022095852.GB20429@linux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191022095852.GB20429@linux> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 22-10-19 11:58:52, Oscar Salvador wrote: > On Tue, Oct 22, 2019 at 11:22:56AM +0200, Michal Hocko wrote: > > Hmm, that might be a misunderstanding on my end. I thought that it is > > the MCE handler to say whether the failure is recoverable or not. If yes > > then we can touch the content of the memory (that would imply the > > migration). Other than that both paths should be essentially the same, > > no? Well unrecoverable case would be essentially force migration failure > > path. > > > > MADV_HWPOISON is explicitly documented to test MCE handling IIUC: > > : This feature is intended for testing of memory error-handling > > : code; it is available only if the kernel was configured with > > : CONFIG_MEMORY_FAILURE. > > > > There is no explicit note about the type of the error that is injected > > but I think it is reasonably safe to assume this is a recoverable one. > > MADV_HWPOISON stands for hard-offline. > MADV_SOFT_OFFLINE stands for soft-offline. > > MADV_SOFT_OFFLINE (since Linux 2.6.33) > Soft offline the pages in the range specified by addr and > length. The memory of each page in the specified range is > preserved (i.e., when next accessed, the same content will be > visible, but in a new physical page frame), and the original > page is offlined (i.e., no longer used, and taken out of > normal memory management). The effect of the > MADV_SOFT_OFFLINE operation is invisible to (i.e., does not > change the semantics of) the calling process. > > This feature is intended for testing of memory error-handling > code; it is available only if the kernel was configured with > CONFIG_MEMORY_FAILURE. I have missed that one somehow. Thanks for pointing out. [...] > AFAICS, for hard-offline case, a recovered event would be if: > > - the page to shut down is already free > - the page was unmapped > > In some cases we need to kill the process if it holds dirty pages. Yes, I would expect that the page table would be poisoned and the process receive a SIGBUS when accessing that memory. > But we never migrate contents in hard-offline path. > I guess it is because we cannot really trust the contents anymore. Yes, that makes a perfect sense. What I am saying that the migration (aka trying to recover) is the main and only difference. The soft offline should poison page tables when not able to migrate as well IIUC. -- Michal Hocko SUSE Labs