]> 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)
committerCorey Minyard <cminyard@mvista.com>
Tue, 5 Oct 2021 11:54:16 +0000 (06:54 -0500)
commit882d31ad023a9e5d18163bd624a2b8615db1aa16
tree99a6849eeae5916df7d48b93c6115cb299298af0
parentb901123b83fca756ffcd85ea50a6cd9637d66d0c
ipmi:watchdog: Set panic count to proper value on a panic

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>
drivers/char/ipmi/ipmi_watchdog.c