summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf_fdpic.c
Commit message (Expand)AuthorAgeFilesLines
* binfmt: replace deprecated strncpyJustin Stitt2024-03-211-1/+1
* fs: binfmt_elf_efpic: don't use missing interpreter's propertiesMax Filippov2024-02-051-1/+1
* Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-301-8/+12
|\
| * binfmt_elf_fdpic: clean up debug warningsGreg Ungerer2023-10-031-8/+12
* | fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer2023-09-291-3/+2
|/
* binfmt_elf_fdpic: support 64-bit systemsGreg Ungerer2023-08-231-19/+19
* binfmt: Slightly simplify elf_fdpic_map_file()Christophe JAILLET2023-05-301-4/+2
* binfmt: Use struct_size()Christophe JAILLET2023-05-301-3/+1
* coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song2023-05-161-1/+1
* ELF: fix all "Elf" typosAlexey Dobriyan2023-04-081-1/+1
* elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas2023-01-051-2/+2
* binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen2022-12-011-2/+3
* binfmt: Fix whitespace issuesKees Cook2022-10-251-1/+1
* coredump: Snapshot the vmas in do_coredumpEric W. Biederman2022-03-081-12/+6
* binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan2022-03-011-1/+1
* coredump: Limit coredumps to a single thread groupEric W. Biederman2021-10-081-1/+1
* binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand2021-09-031-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-9/+2
|\
| * binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand2021-06-291-9/+2
* | sched: Change task_struct::statePeter Zijlstra2021-06-181-1/+3
|/
* coredump: don't bother with do_truncate()Al Viro2021-03-081-2/+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-17/+5
|/
* binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn2020-10-161-40/+27
* coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn2020-10-161-79/+4
* coredump: refactor page range dumping into common helperJann Horn2020-10-161-15/+3
* binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn2020-10-161-8/+0
* Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-071-115/+90
|\
| * [elf-fdpic] switch coredump to regsetsAl Viro2020-07-271-5/+18
| * [elf-fdpic] use elf_dump_thread_status() for the dumper thread as wellAl Viro2020-07-271-53/+28
| * [elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()Al Viro2020-07-271-14/+10
| * [elf-fdpic] coredump: don't bother with cyclic list for per-thread objectsAl Viro2020-07-271-18/+11
| * kill elf_fpxregs_tAl Viro2020-07-271-28/+0
| * take fdpic-related parts of elf_prstatus outAl Viro2020-07-271-3/+29
* | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
|/
* Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-101-12/+19
|\
| * binfmt_elf_fdpic: don't use __... uaccess primitivesAl Viro2020-06-031-12/+19
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-5/+4
|\ \
| * | binfmt_elf_fdpic: fix execfd build regressionArnd Bergmann2020-05-271-1/+1
| * | 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
| * | binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman2020-05-071-1/+1
| |/
* / binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dumpChristoph Hellwig2020-05-051-14/+7
|/
* y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann2019-11-151-6/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-111-0/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-0/+2
|\