From: Corey Minyard Date: Fri, 1 Sep 2006 04:27:45 +0000 (-0700) Subject: [PATCH] IPMI: fix occasional oops on module unload X-Git-Tag: v2.6.18-rc6~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9eec55623f5aedfcef745d3a0e0f97f5d4f74be;p=pandora-kernel.git [PATCH] IPMI: fix occasional oops on module unload Olaf Kirch of SuSE tracked down a problem where module unloads of the IPMI driver would occasionally result in Oopses. He tracked that down to a variable that wasn't always initialized properly in some situations. This patch initializes that variable. Olaf sent a patch that kzalloc-ed the data, but this structure is large enough that I would perfer to not do that. Thanks Olaf! Signed-off-by: Corey Minyard Cc: Olaf Kirch Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed