Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-07-14 Thread Qian Cai
On Tue, Jul 14, 2020 at 12:08:46PM +0200, Oscar Salvador wrote: > On Tue, Jun 30, 2020 at 01:08:03AM -0400, Qian Cai wrote: > > Even after applied the compling fix, > > > > https://lore.kernel.org/linux-mm/20200628065409.GA546944@u2004/ > > > > madvise(MADV_SOFT_OFFLINE) will fail with EIO with h

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-07-14 Thread Oscar Salvador
On Tue, Jun 30, 2020 at 01:08:03AM -0400, Qian Cai wrote: > Even after applied the compling fix, > > https://lore.kernel.org/linux-mm/20200628065409.GA546944@u2004/ > > madvise(MADV_SOFT_OFFLINE) will fail with EIO with hugetlb where it > would succeed without this series. Steps: > > # git clone

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-07-01 Thread 堀口 直也
On Wed, Jul 01, 2020 at 10:22:07AM +0200, Oscar Salvador wrote: > On Tue, 2020-06-30 at 08:35 +0200, Oscar Salvador wrote: > > > Even after applied the compling fix, > > > > > > https://lore.kernel.org/linux-mm/20200628065409.GA546944@u2004/ > > > > > > madvise(MADV_SOFT_OFFLINE) will fail with E

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-07-01 Thread Oscar Salvador
On Tue, 2020-06-30 at 08:35 +0200, Oscar Salvador wrote: > > Even after applied the compling fix, > > > > https://lore.kernel.org/linux-mm/20200628065409.GA546944@u2004/ > > > > madvise(MADV_SOFT_OFFLINE) will fail with EIO with hugetlb where it > > would succeed without this series. Steps: > >

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-06-29 Thread 堀口 直也
On Mon, Jun 29, 2020 at 12:29:25PM +0200, Oscar Salvador wrote: > On Wed, 2020-06-24 at 15:01 +, nao.horigu...@gmail.com wrote: > > I rebased soft-offline rework patchset [1][2] onto the latest > > mmotm. The > > rebasing required some non-trivial changes to adjust, but mainly that > > was > >

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-06-29 Thread Oscar Salvador
On Tue, 2020-06-30 at 01:08 -0400, Qian Cai wrote: > On Wed, Jun 24, 2020 at 03:01:22PM +, nao.horigu...@gmail.com > wrote: > > I rebased soft-offline rework patchset [1][2] onto the latest > > mmotm. The > > rebasing required some non-trivial changes to adjust, but mainly > > that was > > str

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-06-29 Thread Qian Cai
On Wed, Jun 24, 2020 at 03:01:22PM +, nao.horigu...@gmail.com wrote: > I rebased soft-offline rework patchset [1][2] onto the latest mmotm. The > rebasing required some non-trivial changes to adjust, but mainly that was > straightforward. I confirmed that the reported problem doesn't reproduc

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-06-29 Thread Oscar Salvador
On Wed, 2020-06-24 at 15:01 +, nao.horigu...@gmail.com wrote: > I rebased soft-offline rework patchset [1][2] onto the latest > mmotm. The > rebasing required some non-trivial changes to adjust, but mainly that > was > straightforward. I confirmed that the reported problem doesn't > reproduce

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-06-26 Thread Qian Cai
On Wed, Jun 24, 2020 at 03:01:22PM +, nao.horigu...@gmail.com wrote: > I rebased soft-offline rework patchset [1][2] onto the latest mmotm. The > rebasing required some non-trivial changes to adjust, but mainly that was > straightforward. I confirmed that the reported problem doesn't reproduc

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-06-24 Thread 堀口 直也
On Wed, Jun 24, 2020 at 03:49:47PM -0700, Andrew Morton wrote: > On Wed, 24 Jun 2020 22:36:18 + HORIGUCHI NAOYA(堀口 直也) > wrote: > > > On Wed, Jun 24, 2020 at 12:17:42PM -0700, Andrew Morton wrote: > > > On Wed, 24 Jun 2020 15:01:22 + nao.horigu...@gmail.com wrote: > > > > > > > I rebase

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-06-24 Thread Andrew Morton
On Wed, 24 Jun 2020 22:36:18 + HORIGUCHI NAOYA(堀口 直也) wrote: > On Wed, Jun 24, 2020 at 12:17:42PM -0700, Andrew Morton wrote: > > On Wed, 24 Jun 2020 15:01:22 + nao.horigu...@gmail.com wrote: > > > > > I rebased soft-offline rework patchset [1][2] onto the latest mmotm. The > > > rebas

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-06-24 Thread 堀口 直也
On Wed, Jun 24, 2020 at 12:17:42PM -0700, Andrew Morton wrote: > On Wed, 24 Jun 2020 15:01:22 + nao.horigu...@gmail.com wrote: > > > I rebased soft-offline rework patchset [1][2] onto the latest mmotm. The > > rebasing required some non-trivial changes to adjust, but mainly that was > > strai

Re: [PATCH v3 00/15] HWPOISON: soft offline rework

2020-06-24 Thread Andrew Morton
On Wed, 24 Jun 2020 15:01:22 + nao.horigu...@gmail.com wrote: > I rebased soft-offline rework patchset [1][2] onto the latest mmotm. The > rebasing required some non-trivial changes to adjust, but mainly that was > straightforward. I confirmed that the reported problem doesn't reproduce on >

[PATCH v3 00/15] HWPOISON: soft offline rework

2020-06-24 Thread nao . horiguchi
I rebased soft-offline rework patchset [1][2] onto the latest mmotm. The rebasing required some non-trivial changes to adjust, but mainly that was straightforward. I confirmed that the reported problem doesn't reproduce on compaction after soft offline. For more precise description of the proble