summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_script.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-041-3/+3
|\
| * exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig2020-06-041-3/+3
* | exec: Remove recursion from search_binary_handlerEric W. Biederman2020-05-211-7/+2
* | exec/binfmt_script: Don't modify bprm->buf and then return -ENOEXECEric W. Biederman2020-05-211-42/+38
* | exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman2020-05-211-3/+0
|/
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* exec: load_script: Do not exec truncated interpreter pathKees Cook2019-02-181-9/+48
* Revert "exec: load_script: don't blindly truncate shebang string"Linus Torvalds2019-02-141-7/+3
* exec: load_script: don't blindly truncate shebang stringOleg Nesterov2019-01-041-3/+7
* exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov2017-10-031-8/+9
* syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+10
* exec: do not leave bprm->interp on stackKees Cook2012-12-201-1/+3
* exec: use -ELOOP for max recursion depthKees Cook2012-12-171-3/+1
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-281-1/+1
* get rid of pt_regs argument of search_binary_handler()Al Viro2012-11-281-1/+1
* __register_binfmt() made voidAl Viro2012-03-201-1/+2
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Allow recursion in binfmt_script and binfmt_miscKirill A. Shutemov2008-10-161-2/+3
* binfmt_misc.c: avoid potential kernel stack overflowPavel Emelyanov2008-04-291-1/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* mm: variable length argument supportOllie Wild2007-07-191-1/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+116