Jann Horn
|
40f705a736
fs: Don't dump core if the corefile would become world-readable.
|
10 anni fa |
Jann Horn
|
fbb1816942
fs: if a coredump already exists, unlink and recreate with O_EXCL
|
10 anni fa |
Linus Torvalds
|
1dc51b8288
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 anni fa |
Nicolas Iooss
|
b4176b7c13
coredump: add __printf attribute to cn_*printf functions
|
10 anni fa |
Nicolas Iooss
|
5202efe544
coredump: use from_kuid/kgid when formatting corename
|
10 anni fa |
Miklos Szeredi
|
9bf39ab2ad
vfs: add file_path() helper
|
10 anni fa |
Al Viro
|
86cc05840a
coredump: accept any write method
|
10 anni fa |
Bastien Nocera
|
fcbc32bc6c
coredump: Fix typo in comment
|
10 anni fa |
Oleg Nesterov
|
b03023ecbd
coredump: add %i/%I in core_pattern to report the tid of the crashed thread
|
10 anni fa |
Silesh C V
|
aed8adb768
coredump: fix the setting of PF_DUMPCORE
|
11 anni fa |
Eric Dumazet
|
404ca80eb5
coredump: fix va_list corruption
|
11 anni fa |
Oleg Nesterov
|
942be3875a
coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h
|
11 anni fa |
Al Viro
|
52da40ae67
dump_emit(): use __kernel_write(), not vfs_write()
|
11 anni fa |
Al Viro
|
db51242d89
dump_align(): fix the dumb braino
|
11 anni fa |
Al Viro
|
ec57941e03
constify do_coredump() argument
|
11 anni fa |
Al Viro
|
22a8cb8248
new helper: dump_align()
|
12 anni fa |
Al Viro
|
9b56d54380
dump_skip(): dump_seek() replacement taking coredump_params
|
12 anni fa |
Al Viro
|
2507a4fbd4
make dump_emit() use vfs_write() instead of banging at ->f_op->write directly
|
12 anni fa |
Al Viro
|
ecc8c7725e
new helper: dump_emit()
|
12 anni fa |
Al Viro
|
72c2d53192
file->f_op is never NULL...
|
12 anni fa |
Stéphane Graber
|
65aafb1e74
coredump: add new %P variable in core_pattern
|
12 anni fa |
Oleg Nesterov
|
888ffc5923
coredump: '% at the end' shouldn't bypass core_uses_pid logic
|
12 anni fa |
Oleg Nesterov
|
3ceadcf6d4
coredump: kill call_count, add core_name_size
|
12 anni fa |
Oleg Nesterov
|
923bed030f
coredump: kill cn_escape(), introduce cn_esc_printf()
|
12 anni fa |
Oleg Nesterov
|
5fe9d8ca21
coredump: cn_vprintf() has no reason to call vsnprintf() twice
|
12 anni fa |
Oleg Nesterov
|
bc03c691aa
coredump: introduce cn_vprintf()
|
12 anni fa |
Oleg Nesterov
|
e7fd1549ae
coredump: format_corename() can leak cn->corename
|
12 anni fa |
Al Viro
|
e86d35c38e
do_coredump(): don't wait for thaw if coredump has already been interrupted
|
12 anni fa |
Linus Torvalds
|
20b4fb4852
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 anni fa |
Oleg Nesterov
|
dc7ee2aac8
coredump: change wait_for_dump_helpers() to use wait_event_interruptible()
|
12 anni fa |