Changeset 4248
- Timestamp:
- 08/06/08 09:31:26 (5 months ago)
- Files:
-
- trunk/src/dumm/patches/mconsole-exec-2.6.26.patch (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/dumm/patches/mconsole-exec-2.6.26.patch
r4239 r4248 1 1 --- a/arch/um/drivers/mconsole_kern.c 2008-07-13 23:51:29.000000000 +0200 2 +++ b/arch/um/drivers/mconsole_kern.c 2008-0 7-31 14:04:57.000000000 +02002 +++ b/arch/um/drivers/mconsole_kern.c 2008-08-06 09:32:52.000000000 +0200 3 3 @@ -4,6 +4,7 @@ 4 4 * Licensed under the GPL … … 18 18 19 19 #include "init.h" 20 @@ -199,6 +202,6 4@@20 @@ -199,6 +202,65 @@ 21 21 } 22 22 #endif … … 57 57 + res = call_usermodehelper_exec(sub_info, UMH_WAIT_EXT); 58 58 + if (res < 0) { 59 + call_usermodehelper_freeinfo(sub_info); 59 60 + mconsole_reply(req, "call_usermodehelper_exec failed", 1, 0); 60 61 + return; … … 83 84 { 84 85 char path[64]; 85 @@ -270,6 +33 1,7 @@86 @@ -270,6 +332,7 @@ 86 87 stop - pause the UML; it will do nothing until it receives a 'go' \n\ 87 88 go - continue the UML after a 'stop' \n\
