Re: [PATCH v3 13/15] mm,hwpoison: Refactor soft_offline_huge_page and __soft_offline_page

2020-06-29 Thread 堀口 直也
On Mon, Jun 29, 2020 at 05:22:40PM +1000, Stephen Rothwell wrote: > Hi Naoya, > > On Sun, 28 Jun 2020 15:54:09 +0900 Naoya Horiguchi > wrote: > > > > Andrew, could you append this diff on top of this series on mmotm? > > I have added that patch to linux-next today. Thank you! - Naoya

Re: [PATCH v3 13/15] mm,hwpoison: Refactor soft_offline_huge_page and __soft_offline_page

2020-06-29 Thread Stephen Rothwell
Hi Naoya, On Sun, 28 Jun 2020 15:54:09 +0900 Naoya Horiguchi wrote: > > Andrew, could you append this diff on top of this series on mmotm? I have added that patch to linux-next today. -- Cheers, Stephen Rothwell pgpIELdFOi6eO.pgp Description: OpenPGP digital signature

Re: [PATCH v3 13/15] mm,hwpoison: Refactor soft_offline_huge_page and __soft_offline_page

2020-06-28 Thread Naoya Horiguchi
On Fri, Jun 26, 2020 at 10:23:43PM +0530, Naresh Kamboju wrote: > On Wed, 24 Jun 2020 at 20:32, wrote: > > > > From: Oscar Salvador > > > > Merging soft_offline_huge_page and __soft_offline_page let us get rid of > > quite some duplicated code, and makes the code much easier to follow. > > > >

Re: [PATCH v3 13/15] mm,hwpoison: Refactor soft_offline_huge_page and __soft_offline_page

2020-06-26 Thread Naresh Kamboju
On Wed, 24 Jun 2020 at 20:32, wrote: > > From: Oscar Salvador > > Merging soft_offline_huge_page and __soft_offline_page let us get rid of > quite some duplicated code, and makes the code much easier to follow. > > Now, __soft_offline_page will handle both normal and hugetlb pages. > > Note that

[PATCH v3 13/15] mm,hwpoison: Refactor soft_offline_huge_page and __soft_offline_page

2020-06-24 Thread nao . horiguchi
From: Oscar Salvador Merging soft_offline_huge_page and __soft_offline_page let us get rid of quite some duplicated code, and makes the code much easier to follow. Now, __soft_offline_page will handle both normal and hugetlb pages. Note that move put_page() block to the beginning of