]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ipmi: fix panic ipmb response
authorCorey Minyard <cminyard@mvista.com>
Tue, 6 Sep 2005 22:18:42 +0000 (15:18 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:48 +0000 (16:57 -0700)
commitd042915ad95c031cb3408e51304304f070c186a5
treeccb6709a781bdfaf774aa7774f0c22b6bbc923e8
parentf644cf417a8ba4066989887a0262b72232a9bbb6
[PATCH] ipmi: fix panic ipmb response

The "null message handler" in the IPMI driver is used in startup and panic
situations to handle messages.  It was only designed to work with messages
from the local management controller, but in some cases it was used to get
messages from remote managmenet controllers, and the system would then
panic.  This patch makes the "null message handler" in the IPMI driver more
general so it works with any kind of message.

Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/ipmi/ipmi_msghandler.c
include/linux/ipmi.h