Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp508377ima; Fri, 26 Oct 2018 01:52:57 -0700 (PDT) X-Google-Smtp-Source: AJdET5f4IHLdr4wdu0F3J2XfSzveeQMGdHL8oEhlkwn/+/um2bHQ8zDeGBFQBTcZXePCVbKMWrHV X-Received: by 2002:a17:902:66e5:: with SMTP id e92-v6mr2603295plk.92.1540543977561; Fri, 26 Oct 2018 01:52:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540543977; cv=none; d=google.com; s=arc-20160816; b=r8mJJjoEmHEiUZTLBDBxmHOMXHKJf3trKUNSd5whSytOSEVv5hXX/L2ODR4oNzLsEs wo1cxef/3q4WPIpZB8BxX+w5o4lBPKvqVOkvvXxIcV8mkhXikLUSFpCfKxJHWJgUFVKf hRwfOUz+ULaU4L01jchc8nrEPdM65Ip7yf6gRC0CUQaR+o4ImtlW1JrepaHb1Iiruovo p+VkyV/b9X87lxprWr+oLFgxeFzgyBR5HrlhO+wQeJIP59+lpBfqyZa7gVn5yQCvCung vs8oJfdFjpXkOZha+qimWUYerln34QbYtaIVWdXPyY/feSvRVTfWHFaNR6vMJ8oLBHpK BdSA== 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=M6rvlHN1/UffZPKZpXjWt/PeF91oTWx+uyKwOm2cYuU=; b=liD05N5tt/xKU4FmVO12IhJjm37oRPMaajmC2U2o1b82nlZzPMd6iDLgIbXQMtfmWf Q7dlcRuqM0YjtXyp4VZgou5BwN2a7c1iIFtpzYRl/RXGwj381Ml1yPHByhq+1SbMRcTd 7istcfsNoAagVLGX0fap8xwIf01baIDjDJ2WS6Ez4Xj+sL+Ps2ee8qZxumjfUi7PO40B T+5Lf6cKeWuMQHDhxgEkiQwhHyJn6Q/AUbaabx4q3aIHvqz1D2DEpS8p5EFNZ4hKwqDp LGUG3PRsvCH7HpFW9PuxdS/XFCLbKSk76WBi4KObeKCYlaFWGSwSzhHM64ZByhkR2RR/ 6JEQ== 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 k8-v6si1553821pgj.192.2018.10.26.01.52.41; Fri, 26 Oct 2018 01:52:57 -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 S1727179AbeJZR0S (ORCPT + 99 others); Fri, 26 Oct 2018 13:26:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:53338 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726348AbeJZR0R (ORCPT ); Fri, 26 Oct 2018 13:26:17 -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 29A5FAD00; Fri, 26 Oct 2018 08:50:06 +0000 (UTC) Date: Fri, 26 Oct 2018 10:46:36 +0200 From: Michal Hocko To: Naoya Horiguchi Cc: Andrew Morton , "linux-mm@kvack.org" , "xishi.qiuxishi@alibaba-inc.com" , "zy.zhengyi@alibaba-inc.com" , "linux-kernel@vger.kernel.org" , Mike Kravetz Subject: Re: [PATCH v2 0/2] mm: soft-offline: fix race against page allocation Message-ID: <20181026084636.GY18839@dhcp22.suse.cz> References: <1531805552-19547-1-git-send-email-n-horiguchi@ah.jp.nec.com> <20180815154334.f3eecd1029a153421631413a@linux-foundation.org> <20180822013748.GA10343@hori1.linux.bs1.fc.nec.co.jp> <20180822080025.GD29735@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180822080025.GD29735@dhcp22.suse.cz> 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 Wed 22-08-18 10:00:25, Michal Hocko wrote: > On Wed 22-08-18 01:37:48, Naoya Horiguchi wrote: > > On Wed, Aug 15, 2018 at 03:43:34PM -0700, Andrew Morton wrote: > > > On Tue, 17 Jul 2018 14:32:30 +0900 Naoya Horiguchi wrote: > > > > > > > I've updated the patchset based on feedbacks: > > > > > > > > - updated comments (from Andrew), > > > > - moved calling set_hwpoison_free_buddy_page() from mm/migrate.c to mm/memory-failure.c, > > > > which is necessary to check the return code of set_hwpoison_free_buddy_page(), > > > > - lkp bot reported a build error when only 1/2 is applied. > > > > > > > > > mm/memory-failure.c: In function 'soft_offline_huge_page': > > > > > >> mm/memory-failure.c:1610:8: error: implicit declaration of function > > > > > 'set_hwpoison_free_buddy_page'; did you mean 'is_free_buddy_page'? > > > > > [-Werror=implicit-function-declaration] > > > > > if (set_hwpoison_free_buddy_page(page)) > > > > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > > is_free_buddy_page > > > > > cc1: some warnings being treated as errors > > > > > > > > set_hwpoison_free_buddy_page() is defined in 2/2, so we can't use it > > > > in 1/2. Simply doing s/set_hwpoison_free_buddy_page/!TestSetPageHWPoison/ > > > > will fix this. > > > > > > > > v1: https://lkml.org/lkml/2018/7/12/968 > > > > > > > > > > Quite a bit of discussion on these two, but no actual acks or > > > review-by's? > > > > Really sorry for late response. > > Xishi provided feedback on previous version, but no final ack/reviewed-by. > > This fix should work on the reported issue, but rewriting soft-offlining > > without PageHWPoison flag would be the better fix (no actual patch yet.) > > If we can go with the later the I would obviously prefer that. I cannot > promise to work on the patch though. I can help with reviewing of > course. > > If this is important enough that people are hitting the issue in normal > workloads then sure, let's go with the simple fix and continue on top of > that. Naoya, did you have any chance to look at this or have any plans to look? I am willing to review and help with the overal design but I cannot really promise to work on the code. -- Michal Hocko SUSE Labs