summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
Commit message (Expand)AuthorAgeFilesLines
* binfmt_elf: Only report padzero() errors when PROT_WRITEKees Cook2023-10-031-9/+23
* binfmt_elf: Use elf_load() for libraryKees Cook2023-10-031-20/+4
* binfmt_elf: Use elf_load() for interpreterKees Cook2023-09-291-45/+1
* binfmt_elf: elf_bss no longer used by load_elf_binary()Kees Cook2023-09-291-5/+1
* binfmt_elf: Support segments with 0 filesz and misaligned startsEric W. Biederman2023-09-291-63/+48
* Merge branch 'expand-stack'Linus Torvalds2023-06-281-3/+3
|\
| * mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-1/+1
| * mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett2023-06-241-3/+3
* | binfmt_elf: fix comment typo s/reset/regset/Baruch Siach2023-06-231-1/+1
* | coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song2023-05-161-1/+1
|/
* 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
|\ \ | |/ |/|