]> git.baikalelectronics.ru Git - kernel.git/commit
x86/traps: Fix #DE Oops message regression
authorThomas Gleixner <tglx@linutronix.de>
Mon, 12 Oct 2020 13:11:47 +0000 (15:11 +0200)
committerBorislav Petkov <bp@suse.de>
Tue, 13 Oct 2020 17:17:33 +0000 (19:17 +0200)
commitbff849c634a1351cf8e7b5365f422769d57049df
tree7f36b16e215ea0be6bc9b8aa0a85f9629e657619
parent3adff89f7a4adb3f2fea0091f702f3a3259eb2c2
x86/traps: Fix #DE Oops message regression

The conversion of #DE to the idtentry mechanism introduced a change in the
Ooops message which confuses tools which parse crash information in dmesg.

Remove the underscore from 'divide_error' to restore previous behaviour.

Fixes: c85be5ba2a9b ("x86/entry: Convert Divide Error to IDTENTRY")
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/CACT4Y+bTZFkuZd7+bPArowOv-7Die+WZpfOWnEO_Wgs3U59+oA@mail.gmail.com
arch/x86/kernel/traps.c