Merge branch 'master' into for-3.9-async
To receive f56c3196f2
("async: fix
__lowest_in_progress()").
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
@@ -228,9 +228,9 @@ static int ____call_usermodehelper(void *data)
|
||||
|
||||
commit_creds(new);
|
||||
|
||||
retval = kernel_execve(sub_info->path,
|
||||
(const char *const *)sub_info->argv,
|
||||
(const char *const *)sub_info->envp);
|
||||
retval = do_execve(sub_info->path,
|
||||
(const char __user *const __user *)sub_info->argv,
|
||||
(const char __user *const __user *)sub_info->envp);
|
||||
if (!retval)
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user