aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+9
2013-04-30exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Gravatar Oleg Nesterov 1-0/+3
2013-04-30set_task_comm: kill the pointless memset() + wmb()Gravatar Oleg Nesterov 1-10/+0
2013-04-29mm: allow arch code to control the user page table ceilingGravatar Hugh Dickins 1-2/+2
2013-04-29new helper: read_code()Gravatar Al Viro 1-0/+9
2013-02-27coredump: remove redundant defines for dumpable statesGravatar Kees Cook 1-5/+5
2013-02-26fs/exec.c: make bprm_mm_init() staticGravatar Yuanhan Liu 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-4/+4
2013-01-11fs/exec.c: work around icc miscompilationGravatar Xi Wang 1-1/+2
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-0/+15
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-21/+0
2012-12-20exec: do not leave bprm->interp on stackGravatar Kees Cook 1-0/+15
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 1-21/+0
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-5/+5
2012-12-17exec: use -ELOOP for max recursion depthGravatar Kees Cook 1-5/+5
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-6/+3
2012-11-28get rid of pt_regs argument of ->load_binary()Gravatar Al Viro 1-2/+2
2012-11-28get rid of pt_regs argument of search_binary_handler()Gravatar Al Viro 1-4/+3
2012-11-28get rid of pt_regs argument of do_execve_common()Gravatar Al Viro 1-4/+4
2012-11-28get rid of pt_regs argument of do_execve()Gravatar Al Viro 1-10/+6
2012-11-28make compat_do_execve() static, lose pt_regs argumentGravatar Al Viro 1-6/+4
2012-11-19userns: Ignore suid and sgid on binaries if the uid or gid can not be mappedGravatar Eric W. Biederman 1-6/+3
2012-10-25freezer: exec should clear PF_NOFREEZE along with PF_KTHREADGravatar Oleg Nesterov 1-1/+2
2012-10-12vfs: make path_openat take a struct filename pointerGravatar Jeff Layton 1-2/+3
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-6/+7
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+56
2012-10-09mm: avoid taking rmap locks in move_ptes()Gravatar Michel Lespinasse 1-1/+1
2012-10-09exec: make de_thread() killableGravatar Oleg Nesterov 1-2/+14
2012-10-06coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Gravatar Oleg Nesterov 1-1/+1
2012-10-06coredump: update coredump-related headersGravatar Alex Kelly 1-0/+1
2012-10-02coredump: move core dump functionality into its own fileGravatar Alex Kelly 1-644/+1
2012-09-30generic sys_execve()Gravatar Al Viro 1-4/+34
2012-09-30generic kernel_execve()Gravatar Al Viro 1-0/+22
2012-09-26do_coredump(): make sure that descriptor table isn't sharedGravatar Al Viro 1-0/+7
2012-09-26new helper: replace_fd()Gravatar Al Viro 1-10/+1
2012-09-26take close-on-exec logics to fs/file.c, clean it up a bitGravatar Al Viro 1-35/+6
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hGravatar Al Viro 1-1/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-13/+6
2012-07-30coredump: fix wrong comments on core limits of pipe coredump caseGravatar Jovi Zhang 1-7/+8
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboGravatar Kees Cook 1-5/+5
2012-07-30fs: make dumpable=2 require fully qualified pathGravatar Kees Cook 1-3/+14
2012-07-29consolidate pipe file creationGravatar Al Viro 1-13/+6
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsGravatar Josh Boyer 1-1/+1
2012-06-20mm: correctly synchronize rss-counters at exit/execGravatar Konstantin Khlebnikov 1-1/+1
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Gravatar Linus Torvalds 1-0/+1
2012-06-07mm: correctly synchronize rss-counters at exit/execGravatar Konstantin Khlebnikov 1-1/+0
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Gravatar Al Viro 1-4/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-5/+10
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+14
2012-05-16coredump: ensure the fpu state is flushed for proper multi-threaded core dumpGravatar Suresh Siddha 1-1/+14