aboutsummaryrefslogtreecommitdiff
path: root/fs/binfmt_script.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+3
2020-06-04exec: simplify the copy_strings_kernel calling conventionGravatar Christoph Hellwig 1-3/+3
2020-05-21exec: Remove recursion from search_binary_handlerGravatar Eric W. Biederman 1-7/+2
2020-05-21exec/binfmt_script: Don't modify bprm->buf and then return -ENOEXECGravatar Eric W. Biederman 1-42/+38
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerGravatar Eric W. Biederman 1-3/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-02-18exec: load_script: Do not exec truncated interpreter pathGravatar Kees Cook 1-9/+48
2019-02-14Revert "exec: load_script: don't blindly truncate shebang string"Gravatar Linus Torvalds 1-7/+3
2019-01-04exec: load_script: don't blindly truncate shebang stringGravatar Oleg Nesterov 1-3/+7
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayGravatar Oleg Nesterov 1-8/+9
2014-12-13syscalls: implement execveat() system callGravatar David Drysdale 1-0/+10
2012-12-20exec: do not leave bprm->interp on stackGravatar Kees Cook 1-1/+3
2012-12-17exec: use -ELOOP for max recursion depthGravatar Kees Cook 1-3/+1
2012-11-28get rid of pt_regs argument of ->load_binary()Gravatar Al Viro 1-1/+1
2012-11-28get rid of pt_regs argument of search_binary_handler()Gravatar Al Viro 1-1/+1
2012-03-20__register_binfmt() made voidGravatar Al Viro 1-1/+2
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2008-10-16Allow recursion in binfmt_script and binfmt_miscGravatar Kirill A. Shutemov 1-2/+3
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowGravatar Pavel Emelyanov 1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 1-1/+1
2007-07-19mm: variable length argument supportGravatar Ollie Wild 1-1/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+116