Skip to content
Commit 2c1175c2 authored by Robert Lippert's avatar Robert Lippert Committed by Corey Minyard
Browse files

ipmi/watchdog: fix wdog hang on panic waiting for ipmi response



Commit c49c0976 ("ipmi: Don't call receive handler in the
panic context") means that the panic_recv_free is not called during a
panic and the atomic count does not drop to 0.

Fix this by only expecting one decrement of the atomic variable
which comes from panic_smi_free.

Signed-off-by: default avatarRobert Lippert <rlippert@google.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent 3f724c40
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment