summaryrefslogtreecommitdiff
path: root/fs/binfmt_elf.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman1-12/+12
2022-04-08coredump/elf: Pass coredump_params into fill_note_infoEric W. Biederman1-11/+11
2022-04-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman1-13/+7
2022-04-08fs/binfmt_elf: Fix AT_PHDR for unusual ELF filesAkira Kawata1-6/+18
2021-10-04elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen1-1/+1
2021-09-03binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand1-2/+2
2021-09-03binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand1-1/+1
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand1-1/+1
2021-06-18sched: Change task_struct::statePeter Zijlstra1-3/+5
2021-03-08coredump: don't bother with do_truncate()Al Viro1-3/+1
2021-02-22Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+4
2021-02-15binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier1-1/+4
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro1-4/+4
2021-01-05binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALIDAl Viro1-8/+5
2020-12-16Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2020-12-15Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman1-0/+2
2020-10-30fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-26elf: Expose ELF header on arch_setup_additional_pages()Gabriel Krisman Bertazi1-1/+1
2020-10-26elf: Expose ELF header in compat_start_thread()Gabriel Krisman Bertazi1-1/+1
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn1-0/+3
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn1-78/+22
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn1-120/+0
2020-10-16coredump: refactor page range dumping into common helperJann Horn1-20/+2
2020-10-16fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly1-0/+25
2020-07-27kill elf_fpxregs_tAl Viro1-30/+0
2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro1-28/+26
2020-06-11Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+8
2020-06-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+0
2020-06-05fs/binfmt_elf: remove redundant elf_map ifndefAnthony Iliopoulos1-4/+0
2020-06-05Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-4/+3
2020-06-03binfmt_elf: don't bother with __{put,copy_to}_user()Al Viro1-8/+8
2020-06-02Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-19/+2
2020-06-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+139
2020-05-28fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko1-1/+1
2020-05-21exec: Generic execfd supportEric W. Biederman1-2/+2
2020-05-08exec: Rename flush_old_exec begin_new_execEric W. Biederman1-1/+1
2020-05-08exec: Merge install_exec_creds into setup_new_execEric W. Biederman1-1/+0
2020-05-05binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dumpChristoph Hellwig1-15/+1
2020-05-05binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman1-4/+1
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon1-6/+139
2020-04-07fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathAlexey Dobriyan1-1/+1
2020-04-07fs/binfmt_elf.c: allocate less for static executableAlexey Dobriyan1-9/+10
2020-04-07fs/binfmt_elf.c: delete "loc" variableAlexey Dobriyan1-17/+15
2020-04-07mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual1-1/+2
2020-03-16elf: Allow arch to tweak initial mmap prot flagsDave Martin1-6/+12
2020-03-16ELF: Add ELF program property parsing supportDave Martin1-0/+127
2020-01-31fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan1-1/+9
2020-01-31fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan1-2/+0