uml: work around mangled parameter handling for ubd
authorSteven Barth <cyrus@openwrt.org>
Tue, 24 Sep 2013 13:36:42 +0000 (13:36 +0000)
committerSteven Barth <cyrus@openwrt.org>
Tue, 24 Sep 2013 13:36:42 +0000 (13:36 +0000)
SVN-Revision: 38166

target/linux/uml/patches-3.8/100-boot-parameter-mangling.patch [new file with mode: 0644]

diff --git a/target/linux/uml/patches-3.8/100-boot-parameter-mangling.patch b/target/linux/uml/patches-3.8/100-boot-parameter-mangling.patch
new file mode 100644 (file)
index 0000000..ff642a6
--- /dev/null
@@ -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,