]> git.baikalelectronics.ru Git - kernel.git/commit
x86/mce: Add messages for panic errors in AMD's MCE grading
authorCarlos Bilbao <carlos.bilbao@amd.com>
Tue, 5 Apr 2022 18:32:14 +0000 (13:32 -0500)
committerBorislav Petkov <bp@suse.de>
Mon, 25 Apr 2022 10:40:48 +0000 (12:40 +0200)
commitc8eb17d5bb65d7b2c4c6f56d13abd79390d65f65
tree9564fc438dbc42c0af69dc53232939ec29449df0
parent8fbe9dc055dc0aecf77045a24ace5fde6cfa661f
x86/mce: Add messages for panic errors in AMD's MCE grading

When a machine error is graded as PANIC by the AMD grading logic, the
MCE handler calls mce_panic(). The notification chain does not come
into effect so the AMD EDAC driver does not decode the errors. In these
cases, the messages displayed to the user are more cryptic and miss
information that might be relevant, like the context in which the error
took place.

Add messages to the grading logic for machine errors so that it is clear
what error it was.

  [ bp: Massage commit message. ]

Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Yazen Ghannam <yazen.ghannam@amd.com>
Link: https://lore.kernel.org/r/20220405183212.354606-3-carlos.bilbao@amd.com
arch/x86/kernel/cpu/mce/severity.c