From: Corey Minyard Date: Wed, 28 Mar 2012 21:42:50 +0000 (-0700) Subject: ipmi: use locks on watchdog timeout set on reboot X-Git-Tag: v3.4-rc1~53^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=423a5bb49ec530ec8bbfc73fd2ded83da8e58684;p=pandora-kernel.git ipmi: use locks on watchdog timeout set on reboot The IPMI watchdog timer clears or extends the timer on reboot/shutdown. It was using the non-locking routine for setting the watchdog timer, but this was causing race conditions. Instead, use the locking version to avoid the races. It seems to work fine. Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed