aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf_fdpic.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21binfmt: replace deprecated strncpyJustin Stitt1-1/+1
2024-02-05fs: binfmt_elf_efpic: don't use missing interpreter's propertiesMax Filippov1-1/+1
2023-10-30Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+12
2023-10-03binfmt_elf_fdpic: clean up debug warningsGreg Ungerer1-8/+12
2023-09-29fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer1-3/+2
2023-08-23binfmt_elf_fdpic: support 64-bit systemsGreg Ungerer1-19/+19
2023-05-30binfmt: Slightly simplify elf_fdpic_map_file()Christophe JAILLET1-4/+2
2023-05-30binfmt: Use struct_size()Christophe JAILLET1-3/+1
2023-05-16coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song1-1/+1
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan1-1/+1
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas1-2/+2
2022-12-01binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen1-2/+3
2022-10-25binfmt: Fix whitespace issuesKees Cook1-1/+1
2022-03-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman1-12/+6
2022-03-01binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan1-1/+1
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman1-1/+1
2021-09-03binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand1-1/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+2
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand1-9/+2
2021-06-18sched: Change task_struct::statePeter Zijlstra1-1/+3
2021-03-08coredump: don't bother with do_truncate()Al Viro1-2/+1
2021-02-21Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+4
2021-02-15binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier1-1/+4
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro1-17/+5
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn1-40/+27
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn1-79/+4
2020-10-16coredump: refactor page range dumping into common helperJann Horn1-15/+3
2020-10-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn1-8/+0
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-115/+90
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-07-27[elf-fdpic] switch coredump to regsetsAl Viro1-5/+18
2020-07-27[elf-fdpic] use elf_dump_thread_status() for the dumper thread as wellAl Viro1-53/+28
2020-07-27[elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()Al Viro1-14/+10
2020-07-27[elf-fdpic] coredump: don't bother with cyclic list for per-thread objectsAl Viro1-18/+11
2020-07-27kill elf_fpxregs_tAl Viro1-28/+0
2020-07-27take fdpic-related parts of elf_prstatus outAl Viro1-3/+29
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+19
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-5/+4
2020-06-03binfmt_elf_fdpic: don't use __... uaccess primitivesAl Viro1-12/+19
2020-05-27binfmt_elf_fdpic: fix execfd build regressionArnd Bergmann1-1/+1
2020-05-21exec: Generic execfd supportEric W. Biederman1-2/+2
2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman1-1/+1
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman1-1/+0
2020-05-07binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman1-1/+1
2020-05-05binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dumpChristoph Hellwig1-14/+7
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook1-0/+1
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2017-10-12elf_fdpic: fix unused variable warningArnd Bergmann1-0/+2
2017-10-02Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King1-2/+11
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+9
2017-09-10binfmt_elf_fdpic: fix crash on MMU system with dynamic binariesNicolas Pitre1-2/+6
2017-09-10ARM: enable elf_fdpic on systems with an MMUNicolas Pitre1-0/+5
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-8/+9
2017-08-01binfmt: Introduce secureexec flagKees Cook1-1/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker1-8/+8
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker1-2/+2
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre1-36/+2
2016-06-07coredump: fix dumping through pipesMateusz Guzik1-1/+1
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+15
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+38
2015-11-09fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binariesRich Felker1-8/+38
2015-11-09coredump: add DAX filtering for FDPIC ELF coredumpsRoss Zwisler1-0/+15
2015-10-26fs/binfmt_elf_fdpic.c: fix brk area overlap with stack on NOMMURich Felker1-6/+1
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro1-16/+8
2013-11-09elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro1-19/+16
2013-11-09new helper: dump_align()Al Viro1-8/+2
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro1-8/+3
2013-11-09convert the rest of binfmt_elf_fdpic to dump_emit()Al Viro1-79/+31
2013-11-09switch elf_core_write_extra_data() to dump_emit()Al Viro1-1/+3
2013-11-09switch elf_core_write_extra_phdrs() to dump_emit()Al Viro1-1/+3
2013-10-24file->f_op is never NULL...Al Viro1-1/+1
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-4/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+2
2013-04-30coredump: factor out the setting of PF_DUMPCOREOleg Nesterov1-2/+0
2013-04-29new helper: read_code()Al Viro1-5/+2
2013-04-26powerpc: Add HWCAP2 aux entryMichael Neuling1-4/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-2/+5
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro1-3/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko1-3/+3
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro1-1/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+6
2012-05-15userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman1-6/+6
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-14/+4
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro1-3/+0
2012-03-20__register_binfmt() made voidAl Viro1-1/+2
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro1-2/+1
2011-07-06FDPIC: Fix memory leakDavidlohr Bueso1-0/+1
2010-06-01binfmt_elf_fdpic: Fix clear_user() error handlingTakuya Yoshikawa1-15/+11
2010-04-27Remove redundant check for CONFIG_MMUChristoph Egger1-7/+0
2010-03-24FDPIC: For-loop in elf_core_vma_data_size() is incorrectDavid Howells1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu1-11/+3
2010-03-06elf coredump: add extended numbering supportDaisuke HATAYAMA1-2/+61
2010-03-06elf coredump: make offset calculation process and writing process explicitDaisuke HATAYAMA1-13/+16
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA1-9/+5
2010-03-06coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA1-39/+15
2010-03-06coredump: unify dump_seek() implementations for each binfmt_*.cDaisuke HATAYAMA1-21/+38
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds1-0/+3
2010-01-06FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger1-2/+11
2010-01-04binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.Daisuke HATAYAMA1-2/+2
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu1-14/+15
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-4/+4
2009-12-15nommu: fix malloc performance by adding uninitialized flagJie Zhang1-1/+2
2009-09-24fdpic: ignore the loader's PT_GNU_STACK when calculating the stack sizeDavid Howells1-7/+10
2009-09-22mm: add get_dump_pageHugh Dickins1-37/+19
2009-06-18elf_core_dump: use rcu_read_lock() to access ->real_parentOleg Nesterov1-2/+6
2009-05-02ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.cOleg Nesterov1-2/+2
2009-04-02bin_elf_fdpic: check the return value of clear_userMike Frysinger1-8/+17
2009-01-08FDPIC: Don't attempt to expand the userspace stack to fill the space allocatedDavid Howells1-8/+0
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-24/+3
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-1/+1
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-2/+6
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-4/+5
2008-11-14CRED: Separate task security context from task_structDavid Howells1-6/+6
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-4/+4
2008-10-20binfmt_elf_fdpic: Update for cputime changes.Paul Mundt1-12/+7
2008-10-16binfmt_elf_fdpic: wire up AT_EXECFD, AT_EXECFN, AT_SECUREPaul Mundt1-1/+13
2008-10-16binfmt_elf_fdpic: convert initial stack alignment to arch_align_stack()Paul Mundt1-17/+8
2008-10-16binfmt_elf_fdpic: support auxvec base platform stringPaul Mundt1-7/+43
2008-07-28binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.Paul Mundt1-20/+25
2008-07-26tracehook: execRoland McGrath1-7/+0
2008-07-25coredump: elf_fdpic_core_dump: use core_state->dumper listOleg Nesterov1-17/+12
2008-07-25coredump: elf_core_dump: skip kernel threadsOleg Nesterov1-0/+3
2008-06-06nommu: fix ksize() abusePekka Enberg1-1/+1
2008-04-29fdpic: check that the size returned by kernel_read() is what we asked forDavid Howells1-4/+10
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-8/+8
2007-10-19pid namespaces: round up the APIPavel Emelianov1-4/+4
2007-10-17core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman1-3/+2
2007-10-17x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #defineMark Nelson1-4/+4
2007-10-16remove ZERO_PAGENick Piggin1-1/+1
2007-07-19coredump masking: ELF-FDPIC: enable core dump filteringKawai, Hidehiro1-17/+35
2007-07-19coredump masking: ELF-FDPIC: remove an unused argumentKawai, Hidehiro1-4/+4
2007-07-19mm: variable length argument supportOllie Wild1-4/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-02[PATCH] fix page leak during core dumpBrian Pomerantz1-1/+1
2007-03-23[PATCH] FDPIC: fix the /proc/pid/stat representation of executable boundariesDavid Howells1-4/+11
2007-02-11[PATCH] Remove final references to deprecated "MAP_ANON" page protection flagRobert P. J. Day1-1/+1
2007-01-26[PATCH] core-dumping unreadable binaries via PT_INTERPAlexey Dobriyan1-0/+8
2006-12-12fs: Convert kmalloc() + memset() to kzalloc() in fs/.Robert P. J. Day1-2/+1
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater1-2/+2
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-2/+2
2006-12-07[PATCH] elf: Always define elf_addr_t in linux/elf.hMagnus Damm1-3/+0
2006-09-29[PATCH] elf_fdpic_core_dump: don't take tasklist_lockOleg Nesterov1-4/+3
2006-07-10[PATCH] FDPIC: Add coredump capability for the ELF-FDPIC binfmtDavid Howells1-2/+674
2006-07-10[PATCH] FDPIC: Adjust the ELF-FDPIC driver to conform more to the CodingStyleDavid Howells1-137/+168
2006-07-10[PATCH] FDPIC: Fix FDPIC compile errorsDavid Howells1-0/+1
2006-06-23[PATCH] frv: binfmt_elf_fdpic __user annotationsAl Viro1-13/+13
2006-03-24BUG_ON() Conversion in fs/binfmt_elf_fdpic.cEric Sesterhenn1-2/+1
2006-01-10[PATCH] fs/binfmt_elf: Remove unneeded kmalloc() return value castsJesper Juhl1-1/+1
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-10/+5
2005-10-29[PATCH] mm: mm_init set_mm_countersHugh Dickins1-7/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1101