aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/binfmt_elf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-76/+0
2025-05-01binfmt_elf: Move brk for static PIE even if ASLR disabledKees Cook1-24/+47
2025-04-21fs: remove uselib() system callChristian Brauner1-76/+0
2025-02-10binfmt_elf: Use note name macrosAkihiko Odaki1-11/+10
2024-12-11fs: don't block write during exec on pre-content watched filesAmir Goldstein1-2/+2
2024-11-27Revert "fs: don't block i_writecount during exec"Christian Brauner1-0/+2
2024-10-17binfmt_elf: Wire up AT_HWCAP3 at AT_HWCAP4Mark Brown1-0/+6
2024-09-26Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"Linus Torvalds1-36/+12
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-12/+41
2024-08-14binfmt_elf: mseal address zeroJeff Xu1-0/+5
2024-08-05binfmt_elf, coredump: Log the reason of the failed core dumpsRoman Kisel1-12/+36
2024-07-29x86/elf: Add a new FPU buffer layout info to x86 core filesVignesh Balasubramanian1-2/+2
2024-07-23Merge tag 'execve-v6.11-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2024-07-22execve: Move KUnit tests to tests/ subdirectoryKees Cook1-1/+1
2024-07-16Merge tag 'execve-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-32/+67
2024-06-21ELF: fix kernel.randomize_va_space double readAlexey Dobriyan1-2/+3
2024-06-19binfmt_elf: Honor PT_LOAD alignment for static PIEKees Cook1-5/+37
2024-06-19binfmt_elf: Calculate total_size earlierKees Cook1-25/+27
2024-06-03fs: don't block i_writecount during execChristian Brauner1-2/+0
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-05-08fs/coredump: Enable dynamic configuration of max file note sizeAllen Pais1-2/+5
2024-04-25regset: use kvzalloc() for regset_get_alloc()Douglas Anderson1-1/+1
2024-04-24binfmt_elf: Leave a gap between .bss and brkKees Cook1-0/+3
2023-10-03binfmt_elf: Only report padzero() errors when PROT_WRITEKees Cook1-9/+23
2023-10-03binfmt_elf: Use elf_load() for libraryKees Cook1-20/+4
2023-09-29binfmt_elf: Use elf_load() for interpreterKees Cook1-45/+1
2023-09-29binfmt_elf: elf_bss no longer used by load_elf_binary()Kees Cook1-5/+1
2023-09-29binfmt_elf: Support segments with 0 filesz and misaligned startsEric W. Biederman1-63/+48
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-3/+3
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-1/+1
2023-06-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett1-3/+3
2023-06-23binfmt_elf: fix comment typo s/reset/regset/Baruch Siach1-1/+1
2023-05-16coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song1-1/+1
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2023-04-13binfmt_elf: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan1-1/+1
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-2/+2
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas1-2/+2
2022-12-27rseq: Introduce feature size and alignment ELF auxiliary vector entriesMathieu Desnoyers1-0/+5
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-220/+51
2022-11-24[elf] get rid of get_note_info_size()Al Viro1-6/+1
2022-11-24[elf] unify regset and non-regset casesAl Viro1-192/+38
2022-11-24[elf][non-regset] use elf_core_copy_task_regs() for dumper as wellAl Viro1-1/+1
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argument)Al Viro1-3/+2
2022-11-17binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()Bo Liu1-3/+3
2022-10-25binfmt_elf: simplify error handling in load_elf_phdrs()Rolf Eike Beer1-8/+2
2022-10-25binfmt_elf: fix documented return value for load_elf_phdrs()Rolf Eike Beer1-1/+1
2022-10-25binfmt: Fix whitespace issuesKees Cook1-7/+7
2022-10-25fs/binfmt_elf: Fix memory leak in load_elf_binary()Li Zetao1-1/+2
2022-10-23[elf][regset] simplify thread list handling in fill_note_info()Al Viro1-12/+10