Skip to content

Commit

Permalink
Added the boot parameter mangling patch back (without it, COW filesys…
Browse files Browse the repository at this point in the history
…tem mount breaks in 3.4.+).
  • Loading branch information
fingon committed May 27, 2013
1 parent 6b8ddb7 commit ca8f5a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/34-boot-parameter-mangling.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- pristine-linux-3.4.38/init/main.c 2013-03-28 21:12:41.000000000 +0200
+++ build-linux-3.4.38/init/main.c 2013-04-04 12:25:59.987999573 +0300
@@ -743,7 +743,7 @@
extern const struct kernel_param __start___param[], __stop___param[];
initcall_t *fn;

- strcpy(static_command_line, saved_command_line);
+ /* strcpy(static_command_line, saved_command_line); */
parse_args(initcall_level_names[level],
static_command_line, __start___param,
__stop___param - __start___param,

0 comments on commit ca8f5a5

Please sign in to comment.