From: Sebastien Dugué Date: Sat, 30 Dec 2006 00:46:53 +0000 (-0800) Subject: [PATCH] Fix IPMI watchdog set_param_str() using kstrdup X-Git-Tag: v2.6.20-rc3~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43cdff92ad47e0ca024c8a07d29f9bb6119e759c;p=pandora-kernel.git [PATCH] Fix IPMI watchdog set_param_str() using kstrdup set_param_str() cannot use kstrdup() to duplicate the parameter. That's fine when the driver is compiled as a module but it sure is not when built into the kernel as the kernel parameters are parsed before the kmalloc slabs are setup. Signed-off-by: Sebastien Dugué Acked-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed