]> git.baikalelectronics.ru Git - kernel.git/commit
ipmi:watchdog: Set panic count to proper value on a panic
authorCorey Minyard <cminyard@mvista.com>
Mon, 20 Sep 2021 11:25:37 +0000 (06:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2023 07:32:53 +0000 (08:32 +0100)
commitc0ac655a02058a4003d6a16ae1339ab6862d1870
tree4bee099038d7d544910e27ec0dfb6de8c663acb4
parent78b2423b1664dc55482fd4ebc4d6e32c5851de69
ipmi:watchdog: Set panic count to proper value on a panic

commit 882d31ad023a9e5d18163bd624a2b8615db1aa16 upstream.

You will get two decrements when the messages on a panic are sent, not
one, since commit d4852151ce35 ("ipmi: Free receive messages when in an
oops") was added, but the watchdog code had a bug where it didn't set
the value properly.

Reported-by: Anton Lundin <glance@acc.umu.se>
Cc: <Stable@vger.kernel.org> # v5.4+
Fixes: d4852151ce35 ("ipmi: Free receive messages when in an oops")
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/ipmi/ipmi_watchdog.c