From: Corey Minyard Date: Sun, 1 May 2005 15:59:12 +0000 (-0700) Subject: [PATCH] ipmi: fix a deadlock X-Git-Tag: v2.6.12-rc4~136^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=882fe011a92fa4fc31ca6cc95b279f7e4e52935c;p=pandora-kernel.git [PATCH] ipmi: fix a deadlock Correct an issue with the IPMI message layer taking a lock and calling lower layer driver. If an error occrues at the lower layer the lock can be taken again causing a deadlock. The lock is released before calling the lower layer. Signed-off-by: David Griego Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed