From: David Barksdale Date: Tue, 30 Jan 2007 22:36:25 +0000 (-0800) Subject: [PATCH] IPMI: fix timeout list handling X-Git-Tag: v2.6.20-rc7~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c57a87183a7c458d86f78966d69d4bf18ea0b7;p=pandora-kernel.git [PATCH] IPMI: fix timeout list handling Fix a dangling pointer bug in ipmi_timeout_handler. A list of timedout messages is not re-initialized before reuse, causing the head of the list to point to freed memory. Signed-off-by: David Barksdale Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed