hwspinlock: qcom: Switch to SPDX license identifier
[linux-2.6-microblaze.git] / fs / binfmt_elf_fdpic.c
index 429326b..d90993a 100644 (file)
@@ -463,6 +463,7 @@ static int load_elf_fdpic_binary(struct linux_binprm *bprm)
                            dynaddr);
 #endif
 
+       finalize_exec(bprm);
        /* everything is now ready... get the userspace context ready to roll */
        entryaddr = interp_params.entry_addr ?: exec_params.entry_addr;
        start_thread(regs, entryaddr, current->mm->start_stack);