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