summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
AgeCommit message (Expand)AuthorLines
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan-1/+1
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar-2/+2
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas-2/+2
2022-12-27rseq: Introduce feature size and alignment ELF auxiliary vector entriesMathieu Desnoyers-0/+5
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-220/+51
2022-11-24[elf] get rid of get_note_info_size()Al Viro-6/+1
2022-11-24[elf] unify regset and non-regset casesAl Viro-192/+38
2022-11-24[elf][non-regset] use elf_core_copy_task_regs() for dumper as wellAl Viro-1/+1
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro-3/+2
2022-11-17binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()Bo Liu-3/+3
2022-10-25binfmt_elf: simplify error handling in load_elf_phdrs()Rolf Eike Beer-8/+2
2022-10-25binfmt_elf: fix documented return value for load_elf_phdrs()Rolf Eike Beer-1/+1
2022-10-25binfmt: Fix whitespace issuesKees Cook-7/+7
2022-10-25fs/binfmt_elf: Fix memory leak in load_elf_binary()Li Zetao-1/+2
2022-10-23[elf][regset] simplify thread list handling in fill_note_info()Al Viro-12/+10
2022-10-23[elf][regset] clean fill_note_info() a bitAl Viro-9/+2
2022-10-23kill coredump_params->regsAl Viro-2/+2
2022-04-15revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton-2/+2
2022-04-15revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"Andrew Morton-1/+1
2022-03-21Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-70/+83
2022-03-18binfmt_elf: Don't write past end of notes for regset gapRick Edgecombe-10/+14
2022-03-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman-12/+12
2022-03-08coredump/elf: Pass coredump_params into fill_note_infoEric W. Biederman-11/+11
2022-03-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman-13/+7
2022-03-03binfmt_elf: Introduce KUnit testKees Cook-0/+4
2022-03-01fs/binfmt_elf: Refactor load_elf_binary functionAkira Kawata-8/+6
2022-03-01fs/binfmt_elf: Fix AT_PHDR for unusual ELF filesAkira Kawata-6/+18
2022-03-01binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan-0/+2
2022-03-01ELF: fix overflow in total mapping size calculationAlexey Dobriyan-12/+11
2022-03-01Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+18
2022-03-01binfmt_elf: Avoid total_mapping_size for ET_EXECKees Cook-7/+18
2022-02-11fs/binfmt_elf: fix PT_LOAD p_align values for loadersMike Rapoport-1/+1
2022-01-20fs/binfmt_elf: use PT_LOAD p_align values for static PIEH.J. Lu-2/+2
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao-1/+1
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-10/+23
2021-11-09ELF: simplify STACK_ALLOC macroAlexey Dobriyan-1/+1
2021-11-09binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook-9/+22
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds-2/+2
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman-2/+2
2021-10-03elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen-1/+1
2021-09-03binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand-2/+2
2021-09-03binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand-1/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand-1/+1
2021-06-18sched: Change task_struct::statePeter Zijlstra-3/+5
2021-03-08coredump: don't bother with do_truncate()Al Viro-3/+1
2021-02-21Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+4
2021-02-15binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier-1/+4
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro-4/+4
2021-01-04binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALIDAl Viro-8/+5