Skip to content
Commit 43cdff92 authored by Sebastien Dugué's avatar Sebastien Dugué Committed by Linus Torvalds
Browse files

[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: default avatarSebastien Dugué <sebastien.dugue@bull.net>
Acked-by: default avatarCorey Minyard <minyard@acm.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7479b1ce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment