]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipmi watchdog : add panic_wdt_timeout parameter
authorJean-Yves Faye <jean-yves.faye@c-s.fr>
Tue, 29 Sep 2015 09:39:19 +0000 (11:39 +0200)
committerCorey Minyard <cminyard@mvista.com>
Fri, 23 Oct 2015 20:24:23 +0000 (15:24 -0500)
commit547a9d561d5134c3c2258cdc60ab8f2500af5779
tree01727d0356f11ec832d12d92f060a60cc13ed384
parentb45010aea7e529d5323dd9882cd2f8814f522672
ipmi watchdog : add panic_wdt_timeout parameter

In order to allow panic actions to be processed, the ipmi watchdog
driver sets a new timeout value on panic. The 255s timeout
was designed to allow kdump and others actions on panic, as in
http://lkml.iu.edu/hypermail/linux/kernel/0711.3/0258.html

This is counter-intuitive for a end-user who sets watchdog timeout
value to something like 30s and who expects BMC to reset the system
within 30s of a panic.

This commit allows user to configure the timeout on panic.

Signed-off-by: Jean-Yves Faye <jean-yves.faye@c-s.fr>
Documentation/IPMI.txt
drivers/char/ipmi/ipmi_watchdog.c