summaryrefslogtreecommitdiff
path: root/include/dt-bindings/mfd
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2020-07-10 23:39:45 +0300
committerEric W. Biederman <ebiederm@xmission.com>2020-07-21 16:24:44 +0300
commit0a8f36eb48f64006dde86e2a58230d5a599eef7d (patch)
tree02942690bf834fb4ad4aa6f36258b2380eb9903a /include/dt-bindings/mfd
parent9746c9be0bb5860592e048468b37974be4c59d44 (diff)
downloadlinux-0a8f36eb48f64006dde86e2a58230d5a599eef7d.tar.xz
exec: Factor out alloc_bprm
Currently it is necessary for the usermode helper code and the code that launches init to use set_fs so that pages coming from the kernel look like they are coming from userspace. To allow that usage of set_fs to be removed cleanly the argument copying from userspace needs to happen earlier. Move the allocation of the bprm into it's own function (alloc_bprm) and move the call of alloc_bprm before unshare_files so that bprm can ultimately be allocated, the arguments can be placed on the new stack, and then the bprm can be passed into the core of exec. Neither the allocation of struct binprm nor the unsharing depend upon each other so swapping the order in which they are called is trivially safe. To keep things consistent the order of cleanup at the end of do_execve_common swapped to match the order of initialization. Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lkml.kernel.org/r/87pn8y6x9a.fsf@x220.int.ebiederm.org Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'include/dt-bindings/mfd')
0 files changed, 0 insertions, 0 deletions