All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] HWpoison: further fixes and cleanups
@ 2020-09-02  9:45 Oscar Salvador
  2020-09-02  9:45 ` [PATCH 1/4] mm,hwpoison: Take free pages off the buddy freelists Oscar Salvador
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Oscar Salvador @ 2020-09-02  9:45 UTC (permalink / raw)
  To: akpm
  Cc: naoya.horiguchi, mhocko, tony.luck, cai, linux-kernel, linux-mm,
	Oscar Salvador

The important bit of this patchset is patch#1, which is a fix to take off
HWPoison pages off a buddy freelist since it can lead to us having HWPoison
pages back in the game and no one noticing it is handling a HWPoison page.
So fix it (we did that already for soft_offline_page [1]).

The other patches are clean-ups and not that important, so if anything,
consider patch#1 for inclusion.

Thanks


Oscar Salvador (4):
  mm,hwpoison: Take free pages off the buddy freelists
  mm,hwpoison: Refactor madvise_inject_error
  mm,hwpoison: Drain pcplists before bailing out for non-buddy
    zero-refcount page
  mm,hwpoison: Drop unneeded pcplist draining

 mm/madvise.c        | 34 +++++++++++++---------------------
 mm/memory-failure.c | 39 +++++++++++++++++++++++++++++++++++----
 2 files changed, 48 insertions(+), 25 deletions(-)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-04 11:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-02  9:45 [PATCH 0/4] HWpoison: further fixes and cleanups Oscar Salvador
2020-09-02  9:45 ` [PATCH 1/4] mm,hwpoison: Take free pages off the buddy freelists Oscar Salvador
2020-09-04  2:02   ` HORIGUCHI NAOYA(堀口 直也)
2020-09-04 11:40     ` Oscar Salvador
2020-09-02  9:45 ` [PATCH 2/4] mm,hwpoison: Refactor madvise_inject_error Oscar Salvador
2020-09-04  2:04   ` HORIGUCHI NAOYA(堀口 直也)
2020-09-02  9:45 ` [PATCH 3/4] mm,hwpoison: Drain pcplists before bailing out for non-buddy zero-refcount page Oscar Salvador
2020-09-02  9:45 ` [PATCH 4/4] mm,hwpoison: Drop unneeded pcplist draining Oscar Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.