summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
Commit message (Expand)AuthorAgeFilesLines
* binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand2021-09-031-2/+2
* binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand2021-09-031-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+1
|\
| * binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand2021-06-291-1/+1
* | sched: Change task_struct::statePeter Zijlstra2021-06-181-3/+5
|/
* coredump: don't bother with do_truncate()Al Viro2021-03-081-3/+1
* Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-211-1/+4
|\
| * binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier2021-02-151-1/+4
* | elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro2021-01-061-4/+4
* | binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALIDAl Viro2021-01-041-8/+5
|/
* Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-0/+2
|\
| * coredump: Document coredump code exclusively used by cell spufsEric W. Biederman2020-12-101-0/+2
* | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-2/+2
|\ \
| * | elf: Expose ELF header on arch_setup_additional_pages()Gabriel Krisman Bertazi2020-10-261-1/+1
| * | elf: Expose ELF header in compat_start_thread()Gabriel Krisman Bertazi2020-10-261-1/+1
| |/
* / fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
|/
* binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn2020-10-181-0/+3
* binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn2020-10-161-78/+22
* coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn2020-10-161-120/+0
* coredump: refactor page range dumping into common helperJann Horn2020-10-161-20/+2
* fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly2020-10-161-0/+25
* kill elf_fpxregs_tAl Viro2020-07-271-30/+0
* introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro2020-07-271-28/+26
* Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-101-8/+8
|\
| * binfmt_elf: don't bother with __{put,copy_to}_user()Al Viro2020-06-031-8/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-041-4/+0
|\ \
| * | fs/binfmt_elf: remove redundant elf_map ifndefAnthony Iliopoulos2020-06-041-4/+0
* | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-4/+3
|\ \ \ | |/ / |/| |
| * | exec: Generic execfd supportEric W. Biederman2020-05-211-2/+2
| * | exec: Rename flush_old_exec begin_new_execEric W. Biederman2020-05-071-1/+1
| * | exec: Merge install_exec_creds into setup_new_execEric W. Biederman2020-05-071-1/+0
| |/
* | Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-19/+2
|\ \
| * | binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dumpChristoph Hellwig2020-05-051-15/+1
| * | binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman2020-05-051-4/+1
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-6/+139
|\ \
| * \ Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-051-6/+139
| |\ \ | | |/ | |/|
| | * elf: Allow arch to tweak initial mmap prot flagsDave Martin2020-03-161-6/+12
| | * ELF: Add ELF program property parsing supportDave Martin2020-03-161-0/+127
* | | fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko2020-05-281-1/+1
|/ /
* | fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathAlexey Dobriyan2020-04-071-1/+1
* | fs/binfmt_elf.c: allocate less for static executableAlexey Dobriyan2020-04-071-9/+10
* | fs/binfmt_elf.c: delete "loc" variableAlexey Dobriyan2020-04-071-17/+15
* | mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-04-071-1/+2
|/
* fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan2020-01-311-1/+9
* fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan2020-01-311-2/+0
* fs/binfmt_elf.c: coredump: allocate core ELF header on stackAlexey Dobriyan2020-01-311-11/+5
* fs/binfmt_elf.c: make BAD_ADDR() unlikelyAlexey Dobriyan2020-01-311-1/+1
* fs/binfmt_elf.c: better codegen around current->mmAlexey Dobriyan2020-01-311-24/+28
* fs/binfmt_elf.c: don't copy ELF header aroundAlexey Dobriyan2020-01-311-28/+27
* fs/binfmt_elf.c: fix ->start_code calculationAlexey Dobriyan2020-01-311-1/+1