summaryrefslogtreecommitdiff
path: root/fs/binfmt_elf.c
AgeCommit message (Expand)Author
2022-04-15revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton
2022-04-15revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"Andrew Morton
2022-03-21Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-18binfmt_elf: Don't write past end of notes for regset gapRick Edgecombe
2022-03-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman
2022-03-08coredump/elf: Pass coredump_params into fill_note_infoEric W. Biederman
2022-03-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman
2022-03-03binfmt_elf: Introduce KUnit testKees Cook
2022-03-01fs/binfmt_elf: Refactor load_elf_binary functionAkira Kawata
2022-03-01fs/binfmt_elf: Fix AT_PHDR for unusual ELF filesAkira Kawata
2022-03-01binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan
2022-03-01ELF: fix overflow in total mapping size calculationAlexey Dobriyan
2022-03-01Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-01binfmt_elf: Avoid total_mapping_size for ET_EXECKees Cook
2022-02-11fs/binfmt_elf: fix PT_LOAD p_align values for loadersMike Rapoport
2022-01-20fs/binfmt_elf: use PT_LOAD p_align values for static PIEH.J. Lu
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09ELF: simplify STACK_ALLOC macroAlexey Dobriyan
2021-11-09binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman
2021-10-03elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen
2021-09-03binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand
2021-09-03binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-03-08coredump: don't bother with do_truncate()Al Viro
2021-02-21Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-15binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro
2021-01-04binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALIDAl Viro
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-26elf: Expose ELF header on arch_setup_additional_pages()Gabriel Krisman Bertazi
2020-10-26elf: Expose ELF header in compat_start_thread()Gabriel Krisman Bertazi
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn
2020-10-16coredump: refactor page range dumping into common helperJann Horn
2020-10-16fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly
2020-07-27kill elf_fpxregs_tAl Viro
2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04fs/binfmt_elf: remove redundant elf_map ifndefAnthony Iliopoulos
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds