mbox series

[v2,0/1] x86/mce: correct the detection of invalid mce priorities

Message ID 20201106141216.2062-1-thunder.leizhen@huawei.com (mailing list archive)
Headers show
Series x86/mce: correct the detection of invalid mce priorities | expand

Message

Leizhen (ThunderTown) Nov. 6, 2020, 2:12 p.m. UTC
v1 --> v2:
Update the detection of invalid mce priorities, the WARN_ON() is needed.

v1:
Remove the WARN_ON() in mce_register_decode_chain().

Zhen Lei (1):
  x86/mce: correct the detection of invalid mce priorities

 arch/x86/include/asm/mce.h     | 3 ++-
 arch/x86/kernel/cpu/mce/core.c | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)