summaryrefslogtreecommitdiff
path: root/fs/binfmt_script.c
AgeCommit message (Expand)Author
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig
2020-05-21exec: Remove recursion from search_binary_handlerEric W. Biederman
2020-05-21exec/binfmt_script: Don't modify bprm->buf and then return -ENOEXECEric W. Biederman
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-02-18exec: load_script: Do not exec truncated interpreter pathKees Cook
2019-02-14Revert "exec: load_script: don't blindly truncate shebang string"Linus Torvalds
2019-01-04exec: load_script: don't blindly truncate shebang stringOleg Nesterov
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2012-12-20exec: do not leave bprm->interp on stackKees Cook
2012-12-17exec: use -ELOOP for max recursion depthKees Cook
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro
2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro
2012-03-20__register_binfmt() made voidAl Viro
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-10-16Allow recursion in binfmt_script and binfmt_miscKirill A. Shutemov
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowPavel Emelyanov
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-07-19mm: variable length argument supportOllie Wild
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2005-01-07[PATCH] binfmt_script.c: make struct script_format staticAdrian Bunk
2004-06-29sparse: fix pointer/integer confusionLinus Torvalds
2004-05-10[PATCH] use core_initcall for binfmt initialisationAndrew Morton
2003-07-31[PATCH] binfmt_script argv[0] fixAndrew Morton
2002-09-17[PATCH] designated initializer patches for fs_Art Haas
2002-05-30[PATCH] missing GPL tagsDave Jones
2002-04-03[PATCH] named structure initialisers for fs/Dave Jones
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds
2002-02-04Import changesetLinus Torvalds