]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 Nov 2020 11:47:07 +0000 (12:47 +0100)
commitf896655b6177b23e6422b8a04d26aceba4aed2fa
treef972f014af926f4ef9139a4f8a765e95191bc5a8
parentf8326b029a6b662a6432200eec56836158f083da
x86/traps: Fix #DE Oops message regression

commit 5f1ec1fd32252af5130dac23b5542e8e66fe0bcb upstream.

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: 9d06c4027f21 ("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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/traps.c