Age | Commit message (Expand) | Author | Files | Lines |
2022-04-16 | revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE" | Andrew Morton | 1 | -2/+2 |
2022-04-16 | revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders" | Andrew Morton | 1 | -1/+1 |
2022-03-22 | Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -70/+83 |
2022-03-18 | binfmt_elf: Don't write past end of notes for regset gap | Rick Edgecombe | 1 | -10/+14 |
2022-03-08 | coredump: Use the vma snapshot in fill_files_note | Eric W. Biederman | 1 | -12/+12 |
2022-03-08 | coredump/elf: Pass coredump_params into fill_note_info | Eric W. Biederman | 1 | -11/+11 |
2022-03-08 | coredump: Snapshot the vmas in do_coredump | Eric W. Biederman | 1 | -13/+7 |
2022-03-04 | binfmt_elf: Introduce KUnit test | Kees Cook | 1 | -0/+4 |
2022-03-02 | fs/binfmt_elf: Refactor load_elf_binary function | Akira Kawata | 1 | -8/+6 |
2022-03-02 | fs/binfmt_elf: Fix AT_PHDR for unusual ELF files | Akira Kawata | 1 | -6/+18 |
2022-03-02 | binfmt: move more stuff undef CONFIG_COREDUMP | Alexey Dobriyan | 1 | -0/+2 |
2022-03-02 | ELF: fix overflow in total mapping size calculation | Alexey Dobriyan | 1 | -12/+11 |
2022-03-01 | Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+18 |
2022-03-01 | binfmt_elf: Avoid total_mapping_size for ET_EXEC | Kees Cook | 1 | -7/+18 |
2022-02-12 | fs/binfmt_elf: fix PT_LOAD p_align values for loaders | Mike Rapoport | 1 | -1/+1 |
2022-01-20 | fs/binfmt_elf: use PT_LOAD p_align values for static PIE | H.J. Lu | 1 | -2/+2 |
2022-01-20 | fs/binfmt_elf: replace open-coded string copy with get_task_comm | Yafang Shao | 1 | -1/+1 |
2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -10/+23 |
2021-11-09 | ELF: simplify STACK_ALLOC macro | Alexey Dobriyan | 1 | -1/+1 |
2021-11-09 | binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE | Kees Cook | 1 | -9/+22 |
2021-11-03 | Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/... | Linus Torvalds | 1 | -2/+2 |
2021-10-08 | coredump: Limit coredumps to a single thread group | Eric W. Biederman | 1 | -2/+2 |
2021-10-04 | elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings | Chen Jingwen | 1 | -1/+1 |
2021-09-03 | binfmt: remove in-tree usage of MAP_DENYWRITE | David Hildenbrand | 1 | -2/+2 |
2021-09-03 | binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib() | David Hildenbrand | 1 | -1/+1 |
2021-06-30 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-06-29 | binfmt: remove in-tree usage of MAP_EXECUTABLE | David Hildenbrand | 1 | -1/+1 |
2021-06-18 | sched: Change task_struct::state | Peter Zijlstra | 1 | -3/+5 |
2021-03-08 | coredump: don't bother with do_truncate() | Al Viro | 1 | -3/+1 |
2021-02-22 | Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+4 |
2021-02-15 | binfmt_misc: pass binfmt_misc flags to the interpreter | Laurent Vivier | 1 | -1/+4 |
2021-01-06 | elf_prstatus: collect the common part (everything before pr_reg) into a struct | Al Viro | 1 | -4/+4 |
2021-01-05 | binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALID | Al Viro | 1 | -8/+5 |
2020-12-16 | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
2020-12-15 | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2020-12-10 | coredump: Document coredump code exclusively used by cell spufs | Eric W. Biederman | 1 | -0/+2 |
2020-10-30 | fs: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-10-26 | elf: Expose ELF header on arch_setup_additional_pages() | Gabriel Krisman Bertazi | 1 | -1/+1 |
2020-10-26 | elf: Expose ELF header in compat_start_thread() | Gabriel Krisman Bertazi | 1 | -1/+1 |
2020-10-18 | binfmt_elf: take the mmap lock around find_extend_vma() | Jann Horn | 1 | -0/+3 |
2020-10-16 | binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot | Jann Horn | 1 | -78/+22 |
2020-10-16 | coredump: rework elf/elf_fdpic vma_dump_size() into common helper | Jann Horn | 1 | -120/+0 |
2020-10-16 | coredump: refactor page range dumping into common helper | Jann Horn | 1 | -20/+2 |
2020-10-16 | fs/binfmt_elf: use PT_LOAD p_align values for suitable start address | Chris Kennelly | 1 | -0/+25 |
2020-07-27 | kill elf_fpxregs_t | Al Viro | 1 | -30/+0 |
2020-07-27 | introduction of regset ->get() wrappers, switching ELF coredumps to those | Al Viro | 1 | -28/+26 |
2020-06-11 | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -8/+8 |
2020-06-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -4/+0 |
2020-06-05 | fs/binfmt_elf: remove redundant elf_map ifndef | Anthony Iliopoulos | 1 | -4/+0 |
2020-06-05 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -4/+3 |