]> Git Repo - linux.git/commit
mm,hwpoison: introduce MF_MSG_UNSPLIT_THP
authorNaoya Horiguchi <[email protected]>
Fri, 16 Oct 2020 03:07:21 +0000 (20:07 -0700)
committerLinus Torvalds <[email protected]>
Fri, 16 Oct 2020 18:11:17 +0000 (11:11 -0700)
commit5d1fd5dc877bc1c670e7b1c174aa659b76c07de1
tree0b14158b2481a176b6ea3d1ccd78fc5b594b2a85
parent5a2ffca3c23333a41cf8604f62994cfd28e4267b
mm,hwpoison: introduce MF_MSG_UNSPLIT_THP

memory_failure() is supposed to call action_result() when it handles a
memory error event, but there's one missing case.  So let's add it.

I find that include/ras/ras_event.h has some other MF_MSG_* undefined, so
this patch also adds them.

Signed-off-by: Naoya Horiguchi <[email protected]>
Signed-off-by: Oscar Salvador <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Cc: "Aneesh Kumar K.V" <[email protected]>
Cc: Aneesh Kumar K.V <[email protected]>
Cc: Aristeu Rozanski <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Dmitry Yakunin <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Mike Kravetz <[email protected]>
Cc: Oscar Salvador <[email protected]>
Cc: Qian Cai <[email protected]>
Cc: Tony Luck <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/mm.h
include/ras/ras_event.h
mm/memory-failure.c
This page took 0.072576 seconds and 4 git commands to generate.