summaryrefslogtreecommitdiff
path: root/scripts/mod
diff options
context:
space:
mode:
authorKrzysztof Mazur <krzysiek@podlesie.net>2013-10-31 03:15:39 (GMT)
committerRusty Russell <rusty@rustcorp.com.au>2013-10-31 03:19:13 (GMT)
commit08746a65c2961b5765a66350823ff75ace63bfd1 (patch)
tree2f21949617bb303be3333f7163ee151d0d95c28d /scripts/mod
parente0f244c63fc9d192dfd399cc2677bbdca61994b1 (diff)
downloadlinux-08746a65c2961b5765a66350823ff75ace63bfd1.tar.xz
init: fix in-place parameter modification regression
Before commit 026cee0086fe1df4cf74691cf273062cc769617d ("params: <level>_initcall-like kernel parameters") the __setup parameter parsing code could modify parameter in the static_command_line buffer and such modifications were kept. After that commit such modifications are destroyed during per-initcall level parameter parsing because the same static_command_line buffer is used and only parameters for appropriate initcall level are parsed. That change broke at least parsing "ubd" parameter in the ubd driver when the COW file is used. Now the separate buffer is used for per-initcall parameter parsing. Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'scripts/mod')
0 files changed, 0 insertions, 0 deletions