diff options
| author | Ingo Molnar <mingo@kernel.org> | 2017-04-20 10:07:12 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2017-04-20 10:07:12 +0200 |
| commit | afa7a17f3aafb64647ba4cd38e20f3d678c7949b (patch) | |
| tree | 7cc16805d61da9670a96e17c25307a4a4972fe67 /fs/exec.c | |
| parent | Merge tag 'perf-core-for-mingo-4.12-20170413' of git://git.kernel.org/pub/scm... (diff) | |
| parent | x86/arch_prctl: Add ARCH_[GET|SET]_CPUID (diff) | |
| download | linux-afa7a17f3aafb64647ba4cd38e20f3d678c7949b.tar.gz linux-afa7a17f3aafb64647ba4cd38e20f3d678c7949b.zip | |
Merge branch 'WIP.x86/process' into perf/core
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/exec.c b/fs/exec.c index 65145a3df065..72934df68471 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -1320,6 +1320,7 @@ void setup_new_exec(struct linux_binprm * bprm) else set_dumpable(current->mm, suid_dumpable); + arch_setup_new_exec(); perf_event_exec(); __set_task_comm(current, kbasename(bprm->filename), true); |
