summaryrefslogtreecommitdiff
path: root/fs/coredump.c
AgeCommit message (Expand)Author
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-09Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-03[brown paperbag] fix coredump breakageAl Viro
2022-09-28[coredump] don't use __kernel_write() on kmap_local_page()Al Viro
2022-09-26coredump: remove vma linked list walkMatthew Wilcox (Oracle)
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra
2022-07-20signal: Drop signals received after a fatal signal has been processedEric W. Biederman
2022-07-16fs: do not compare against ->llseekJason A. Donenfeld
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-10tracehook: Remove tracehook.hEric W. Biederman
2022-03-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman
2022-03-08coredump: Remove the WARN_ON in dump_vma_snapshotEric W. Biederman
2022-03-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman
2022-03-01coredump: Also dump first pages of non-executable ELF librariesJann Horn
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni
2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman
2022-01-08coredump: Stop setting signal->group_exit_taskEric W. Biederman
2022-01-08signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman
2022-01-08signal: During coredumps set SIGNAL_GROUP_EXIT in zap_processEric W. Biederman
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman
2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman
2021-10-06exit: Factor coredump_exit_mm out of exit_mmEric W. Biederman
2021-09-08coredump: fix memleak in dump_vma_snapshot()QiuXi
2021-09-08fs/coredump.c: log if a core dump is aborted due to changed file permissionsDavid Oberhollenzer
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-06-10coredump: Limit what can interrupt coredumpsEric W. Biederman
2021-04-07switch file_open_root() to struct pathAl Viro
2021-03-08coredump: don't bother with do_truncate()Al Viro
2021-02-26fs/coredump: use kmap_local_page()Ira Weiny
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman
2020-12-10exec: Simplify unshare_filesEric W. Biederman
2020-12-06coredump: fix core_pattern parse errorMenglong Dong
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn
2020-10-16coredump: refactor page range dumping into common helperJann Horn
2020-10-16coredump: let dump_emit() bail out on short writesJann Horn
2020-08-12coredump: add %f for executable filenameLepton Wu
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain
2020-04-21coredump: fix null pointer dereference on coredumpSudip Mukherjee
2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds
2019-08-03coredump: split pipe command whitespace before expanding templatePaul Wise
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-10coredump: call do_unlinkat directly instead of sys_unlinkChristoph Hellwig