aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coredump.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-22/+12
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+3
2022-10-09Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-10-03[brown paperbag] fix coredump breakageAl Viro1-1/+2
2022-09-28[coredump] don't use __kernel_write() on kmap_local_page()Al Viro1-5/+33
2022-09-26coredump: remove vma linked list walkMatthew Wilcox (Oracle)1-22/+12
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-3/+2
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra1-1/+1
2022-07-20signal: Drop signals received after a fatal signal has been processedEric W. Biederman1-1/+1
2022-07-16fs: do not compare against ->llseekJason A. Donenfeld1-2/+2
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+0
2022-03-10tracehook: Remove tracehook.hEric W. Biederman1-1/+0
2022-03-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman1-1/+21
2022-03-08coredump: Remove the WARN_ON in dump_vma_snapshotEric W. Biederman1-6/+0
2022-03-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman1-18/+23
2022-03-01coredump: Also dump first pages of non-executable ELF librariesJann Horn1-5/+34
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni1-5/+61
2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman1-2/+3
2022-01-08coredump: Stop setting signal->group_exit_taskEric W. Biederman1-2/+0
2022-01-08signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman1-2/+1
2022-01-08signal: During coredumps set SIGNAL_GROUP_EXIT in zap_processEric W. Biederman1-3/+3
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman1-75/+9
2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman1-4/+4
2021-10-06exit: Factor coredump_exit_mm out of exit_mmEric W. Biederman1-3/+3
2021-09-08coredump: fix memleak in dump_vma_snapshot()QiuXi1-1/+3
2021-09-08fs/coredump.c: log if a core dump is aborted due to changed file permissionsDavid Oberhollenzer1-2/+9
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2021-06-10coredump: Limit what can interrupt coredumpsEric W. Biederman1-1/+1
2021-04-07switch file_open_root() to struct pathAl Viro1-2/+2
2021-03-08coredump: don't bother with do_truncate()Al Viro1-29/+43
2021-02-26fs/coredump: use kmap_local_page()Ira Weiny1-2/+2
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner1-3/+7
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+2
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman1-0/+1
2020-12-10exec: Simplify unshare_filesEric W. Biederman1-4/+1
2020-12-06coredump: fix core_pattern parse errorMenglong Dong1-1/+2
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn1-1/+80
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn1-0/+101
2020-10-16coredump: refactor page range dumping into common helperJann Horn1-0/+34
2020-10-16coredump: let dump_emit() bail out on short writesJann Horn1-11/+11
2020-08-12coredump: add %f for executable filenameLepton Wu1-4/+13
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain1-0/+8
2020-04-21coredump: fix null pointer dereference on coredumpSudip Mukherjee1-0/+2
2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds1-2/+2
2019-08-03coredump: split pipe command whitespace before expanding templatePaul Wise1-5/+39
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2017-11-10coredump: call do_unlinkat directly instead of sys_unlinkChristoph Hellwig1-6/+1