+1
−0
+40
−14
Loading
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I90COS -------------------------------- Commit 67f22ba7 ("mm/memory-failure: disable unpoison once hw error happens") disable unpoison_memory once real memory-failure happens since kpte will be clear in x86 and this will lead to kernel panic after unpoison. This problem do not exist on arm64, disable this check by introduce soft_online_page. This is only used for bypass this check, real failure pages in x86 should not call this to online. Signed-off-by:Ma Wupeng <mawupeng1@huawei.com>