mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
When the hwpoison page meets the filter conditions, it should not be regarded as successful memory_failure() processing for mce handler, but should return a distinct value, otherwise mce handler regards the error page has been identified and isolated, which may lead to calling set_mce_nospec() to change page attribute, etc. Here memory_failure() return -EOPNOTSUPP to indicate that the error event is filtered, mce handler should not take any action for this situation and hwpoison injector should treat as correct. Link: https://lkml.kernel.org/r/20220223082135.2769649-1-luofei@unicloud.com Signed-off-by:luofei <luofei@unicloud.com> Acked-by:
Borislav Petkov <bp@suse.de> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Miaohe Lin <linmiaohe@huawei.com> Cc: Naoya Horiguchi <naoya.horiguchi@nec.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Tony Luck <tony....
Showing
- arch/x86/kernel/cpu/mce/core.c 5 additions, 3 deletionsarch/x86/kernel/cpu/mce/core.c
- drivers/base/memory.c 2 additions, 0 deletionsdrivers/base/memory.c
- mm/hwpoison-inject.c 2 additions, 1 deletionmm/hwpoison-inject.c
- mm/madvise.c 2 additions, 0 deletionsmm/madvise.c
- mm/memory-failure.c 7 additions, 2 deletionsmm/memory-failure.c
Please register or sign in to comment