summaryrefslogtreecommitdiff
path: root/fs/binfmt_elf_fdpic.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21binfmt: replace deprecated strncpyJustin Stitt1-1/+1
2024-02-05fs: binfmt_elf_efpic: don't use missing interpreter's propertiesMax Filippov1-1/+1
2023-10-30Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+12
2023-10-03binfmt_elf_fdpic: clean up debug warningsGreg Ungerer1-8/+12
2023-09-29fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer1-3/+2
2023-08-23binfmt_elf_fdpic: support 64-bit systemsGreg Ungerer1-19/+19
2023-05-30binfmt: Slightly simplify elf_fdpic_map_file()Christophe JAILLET1-4/+2
2023-05-30binfmt: Use struct_size()Christophe JAILLET1-3/+1
2023-05-16coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song1-1/+1
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan1-1/+1
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas1-2/+2
2022-12-01binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen1-2/+3
2022-10-25binfmt: Fix whitespace issuesKees Cook1-1/+1
2022-03-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman1-12/+6
2022-03-01binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan1-1/+1
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman1-1/+1
2021-09-03binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand1-1/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+2
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand1-9/+2
2021-06-18sched: Change task_struct::statePeter Zijlstra1-1/+3
2021-03-08coredump: don't bother with do_truncate()Al Viro1-2/+1
2021-02-21Merge 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-17/+5
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn1-40/+27
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn1-79/+4
2020-10-16coredump: refactor page range dumping into common helperJann Horn1-15/+3
2020-10-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn1-8/+0
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-115/+90
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-07-27[elf-fdpic] switch coredump to regsetsAl Viro1-5/+18
2020-07-27[elf-fdpic] use elf_dump_thread_status() for the dumper thread as wellAl Viro1-53/+28
2020-07-27[elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()Al Viro1-14/+10
2020-07-27[elf-fdpic] coredump: don't bother with cyclic list for per-thread objectsAl Viro1-18/+11
2020-07-27kill elf_fpxregs_tAl Viro1-28/+0
2020-07-27take fdpic-related parts of elf_prstatus outAl Viro1-3/+29
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+19
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-5/+4
2020-06-03binfmt_elf_fdpic: don't use __... uaccess primitivesAl Viro1-12/+19
2020-05-27binfmt_elf_fdpic: fix execfd build regressionArnd Bergmann1-1/+1
2020-05-21exec: Generic execfd supportEric W. Biederman1-2/+2
2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman1-1/+1
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman1-1/+0
2020-05-07binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman1-1/+1
2020-05-05binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dumpChristoph Hellwig1-14/+7
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook1-0/+1
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2