Re: ipmi_watchdog can not reset the kernel panic machine

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <youquan_song@...>
Cc: Andrew Morton <akpm@...>, <linux-kernel@...>, Wim Van Sebroeck <wim@...>
Date: Sunday, November 25, 2007 - 7:26 pm

The watchdog is "off" by default, meaning that you have to have 
something actually start resetting the watchdog before it will start 
running.  That's why you are seeing this behavior.

There is a start_now option that will start the watchdog when it is 
loaded, but then it will reset the system unless something resets the 
watchdog periodically, and you have a limited time to start this operation.

On a panic, the IPMI driver attempts to preserve the state of the 
watchdog and (if running) increase the timeout time to allow a kdump or 
something like that to occur.  That's the purpose of the code you 
reference.  It is not to start a reset operation on any panic.  It used 
to start a reset on every panic, but that cause problems for many users.

-corey

Andrew Morton wrote:

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: ipmi_watchdog can not reset the kernel panic machine, Andrew Morton, (Sun Nov 25, 2:39 am)
Re: ipmi_watchdog can not reset the kernel panic machine, Corey Minyard, (Sun Nov 25, 7:26 pm)