summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
Commit message (Expand)AuthorAgeFilesLines
* revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton2022-04-151-2/+2
* revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"Andrew Morton2022-04-151-1/+1
* Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-211-70/+83
|\
| * binfmt_elf: Don't write past end of notes for regset gapRick Edgecombe2022-03-181-10/+14
| * coredump: Use the vma snapshot in fill_files_noteEric W. Biederman2022-03-081-12/+12
| * coredump/elf: Pass coredump_params into fill_note_infoEric W. Biederman2022-03-081-11/+11
| * coredump: Snapshot the vmas in do_coredumpEric W. Biederman2022-03-081-13/+7
| * binfmt_elf: Introduce KUnit testKees Cook2022-03-031-0/+4
| * fs/binfmt_elf: Refactor load_elf_binary functionAkira Kawata2022-03-011-8/+6
| * fs/binfmt_elf: Fix AT_PHDR for unusual ELF filesAkira Kawata2022-03-011-6/+18
| * binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan2022-03-011-0/+2
| * ELF: fix overflow in total mapping size calculationAlexey Dobriyan2022-03-011-12/+11
* | Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-011-7/+18
|\|
| * binfmt_elf: Avoid total_mapping_size for ET_EXECKees Cook2022-03-011-7/+18
* | fs/binfmt_elf: fix PT_LOAD p_align values for loadersMike Rapoport2022-02-111-1/+1
|/
* fs/binfmt_elf: use PT_LOAD p_align values for static PIEH.J. Lu2022-01-201-2/+2
* fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao2022-01-201-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-10/+23
|\
| * ELF: simplify STACK_ALLOC macroAlexey Dobriyan2021-11-091-1/+1
| * binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook2021-11-091-9/+22
* | Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-2/+2
|\ \ | |/ |/|
| * coredump: Limit coredumps to a single thread groupEric W. Biederman2021-10-081-2/+2
* | elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen2021-10-031-1/+1
|/
* binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand2021-09-031-2/+2
* binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand2021-09-031-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+1
|\
| * binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand2021-06-291-1/+1
* | sched: Change task_struct::statePeter Zijlstra2021-06-181-3/+5
|/
* coredump: don't bother with do_truncate()Al Viro2021-03-081-3/+1
* Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-211-1/+4
|\
| * binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier2021-02-151-1/+4
* | elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro2021-01-061-4/+4
* | binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALIDAl Viro2021-01-041-8/+5
|/
* Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-0/+2
|\
| * coredump: Document coredump code exclusively used by cell spufsEric W. Biederman2020-12-101-0/+2
* | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-2/+2
|\ \
| * | elf: Expose ELF header on arch_setup_additional_pages()Gabriel Krisman Bertazi2020-10-261-1/+1
| * | elf: Expose ELF header in compat_start_thread()Gabriel Krisman Bertazi2020-10-261-1/+1
| |/
* / fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
|/
* binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn2020-10-181-0/+3
* binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn2020-10-161-78/+22
* coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn2020-10-161-120/+0
* coredump: refactor page range dumping into common helperJann Horn2020-10-161-20/+2
* fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly2020-10-161-0/+25
* kill elf_fpxregs_tAl Viro2020-07-271-30/+0
* introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro2020-07-271-28/+26
* Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-101-8/+8
|\
| * binfmt_elf: don't bother with __{put,copy_to}_user()Al Viro2020-06-031-8/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-041-4/+0
|\ \
| * | fs/binfmt_elf: remove redundant elf_map ifndefAnthony Iliopoulos2020-06-041-4/+0