summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-181-12/+41
|\
| * binfmt_elf: mseal address zeroJeff Xu2024-08-141-0/+5
| * binfmt_elf, coredump: Log the reason of the failed core dumpsRoman Kisel2024-08-051-12/+36
* | x86/elf: Add a new FPU buffer layout info to x86 core filesVignesh Balasubramanian2024-07-291-2/+2
|/
* Merge tag 'execve-v6.11-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-231-1/+1
|\
| * execve: Move KUnit tests to tests/ subdirectoryKees Cook2024-07-221-1/+1
* | Merge tag 'execve-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-161-32/+67
|\|
| * ELF: fix kernel.randomize_va_space double readAlexey Dobriyan2024-06-211-2/+3
| * binfmt_elf: Honor PT_LOAD alignment for static PIEKees Cook2024-06-191-5/+37
| * binfmt_elf: Calculate total_size earlierKees Cook2024-06-191-25/+27
* | fs: don't block i_writecount during execChristian Brauner2024-06-031-2/+0
|/
* Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-191-1/+1
|\
| * regset: use kvzalloc() for regset_get_alloc()Douglas Anderson2024-04-251-1/+1
* | fs/coredump: Enable dynamic configuration of max file note sizeAllen Pais2024-05-081-2/+5
* | binfmt_elf: Leave a gap between .bss and brkKees Cook2024-04-241-0/+3
|/
* 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