summaryrefslogtreecommitdiff
path: root/fs/binfmt_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-1/+1
|\
| * ELF: fix all "Elf" typosAlexey Dobriyan2023-04-081-1/+1
* | binfmt_elf: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
|/
* Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-2/+2
|\
| * elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas2023-01-051-2/+2
* | rseq: Introduce feature size and alignment ELF auxiliary vector entriesMathieu Desnoyers2022-12-271-0/+5
|/
* Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-12-121-220/+51
|\
| * [elf] get rid of get_note_info_size()Al Viro2022-11-241-6/+1
| * [elf] unify regset and non-regset casesAl Viro2022-11-241-192/+38
| * [elf][non-regset] use elf_core_copy_task_regs() for dumper as wellAl Viro2022-11-241-1/+1
| * [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-241-3/+2
| * [elf][regset] simplify thread list handling in fill_note_info()Al Viro2022-10-231-12/+10
| * [elf][regset] clean fill_note_info() a bitAl Viro2022-10-231-9/+2
| * kill coredump_params->regsAl Viro2022-10-231-2/+2
* | binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()Bo Liu2022-11-171-3/+3
* | binfmt_elf: simplify error handling in load_elf_phdrs()Rolf Eike Beer2022-10-251-8/+2
* | binfmt_elf: fix documented return value for load_elf_phdrs()Rolf Eike Beer2022-10-251-1/+1
* | binfmt: Fix whitespace issuesKees Cook2022-10-251-7/+7
* | fs/binfmt_elf: Fix memory leak in load_elf_binary()Li Zetao2022-10-251-1/+2
|/
* 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