From: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
To: Michal Hocko <mhocko@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"xishi.qiuxishi@alibaba-inc.com" <xishi.qiuxishi@alibaba-inc.com>,
"zy.zhengyi@alibaba-inc.com" <zy.zhengyi@alibaba-inc.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Mike Kravetz <mike.kravetz@oracle.com>
Subject: Re: [PATCH v2 0/2] mm: soft-offline: fix race against page allocation
Date: Tue, 30 Oct 2018 06:54:33 +0000 [thread overview]
Message-ID: <20181030065433.GA1119@hori1.linux.bs1.fc.nec.co.jp> (raw)
In-Reply-To: <20181026084636.GY18839@dhcp22.suse.cz>
On Fri, Oct 26, 2018 at 10:46:36AM +0200, Michal Hocko wrote:
> 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 <n-horiguchi@ah.jp.nec.com> 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.
I have a draft version of a patch to isolate a page in buddy-friendly manner
without PageHWPoison flag (that was written weeks ago, but I couldn't finish
because my other project interrupted me ...).
I'll post it after testing, especially confirming that hotplug code properly
reset the isolated page.
Thanks,
Naoya Horiguchi
next prev parent reply other threads:[~2018-10-30 6:55 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-17 5:32 Naoya Horiguchi
2018-07-17 5:32 ` [PATCH v2 1/2] mm: fix race on soft-offlining free huge pages Naoya Horiguchi
2018-07-17 14:27 ` Michal Hocko
2018-07-17 20:10 ` Mike Kravetz
2018-07-18 1:28 ` Naoya Horiguchi
2018-07-18 2:36 ` Mike Kravetz
2018-07-18 0:55 ` Naoya Horiguchi
2018-07-18 1:41 ` Naoya Horiguchi
2018-07-18 8:50 ` Michal Hocko
2018-07-19 6:19 ` Naoya Horiguchi
2018-07-19 7:15 ` Michal Hocko
2018-07-19 8:08 ` Naoya Horiguchi
2018-07-19 8:27 ` Michal Hocko
2018-07-19 9:22 ` Naoya Horiguchi
2018-07-19 10:32 ` Michal Hocko
2018-07-17 5:32 ` [PATCH v2 2/2] mm: soft-offline: close the race against page allocation Naoya Horiguchi
2018-08-15 22:43 ` [PATCH v2 0/2] mm: soft-offline: fix " Andrew Morton
2018-08-22 1:37 ` Naoya Horiguchi
2018-08-22 2:25 ` Mike Kravetz
2018-08-22 8:00 ` Michal Hocko
2018-10-26 8:46 ` Michal Hocko
2018-10-30 6:54 ` Naoya Horiguchi [this message]
2018-10-30 8:16 ` Michal Hocko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181030065433.GA1119@hori1.linux.bs1.fc.nec.co.jp \
--to=n-horiguchi@ah.jp.nec.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@kernel.org \
--cc=mike.kravetz@oracle.com \
--cc=xishi.qiuxishi@alibaba-inc.com \
--cc=zy.zhengyi@alibaba-inc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox