From: Corey Minyard Date: Wed, 28 Mar 2012 21:42:49 +0000 (-0700) Subject: ipmi: fix message handling during panics X-Git-Tag: v3.4-rc1~53^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=895dcfd1cab84d7e1c22af645a7f2f3c9bb5f24e;p=pandora-kernel.git ipmi: fix message handling during panics The part of the IPMI driver that delivered panic information to the event log and extended the watchdog timeout during a panic was not properly handling the messages. It used static messages to avoid allocation, but wasn't properly waiting for these, or wasn't properly handling the refcounts. Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed