mbox series

[v5,0/4] HWpoison: further fixes and cleanups

Message ID 20201013144447.6706-1-osalvador@suse.de (mailing list archive)
Headers show
Series HWpoison: further fixes and cleanups | expand

Message

Oscar Salvador Oct. 13, 2020, 2:44 p.m. UTC
This patchset includes some more fixes and a cleanup.

Patch#2 and patch#3 are both fixes for taking a HWpoison page off a buddy
freelist, since having them there has proved to be bad (see [1] and
pathch#2's commit log).
Patch#3 does the same for hugetlb pages.

[1] https://lkml.org/lkml/2020/9/22/565

Thanks

Oscar Salvador (4):
  mm,hwpoison: drain pcplists before bailing out for non-buddy
    zero-refcount page
  mm,hwpoison: take free pages off the buddy freelists
  mm,hwpoison: take free pages off the buddy freelists for hugetlb
  mm,hwpoison: drop unneeded pcplist draining

 mm/madvise.c        |  5 ----
 mm/memory-failure.c | 70 +++++++++++++++++++++++++++++++++------------
 2 files changed, 52 insertions(+), 23 deletions(-)

Comments

Oscar Salvador Nov. 10, 2020, 6:21 a.m. UTC | #1
On Tue, Oct 13, 2020 at 04:44:43PM +0200, Oscar Salvador wrote:
> This patchset includes some more fixes and a cleanup.
> 
> Patch#2 and patch#3 are both fixes for taking a HWpoison page off a buddy
> freelist, since having them there has proved to be bad (see [1] and
> pathch#2's commit log).
> Patch#3 does the same for hugetlb pages.
> 
> [1] https://lkml.org/lkml/2020/9/22/565

Hi Andrew, I think this slipped through the cracks.
(Probably because I did not CC you, my bad)

Could you please consider taking this series? It has been already acked
by Naoya.

Thanks