Dave Kleikamp
|
4d22c75d4c
coredump: Ensure proper size of sparse core files
|
8 年之前 |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 年之前 |
Andrey Ryabinin
|
70d78fe7c8
coredump: fix unfreezable coredumping task
|
8 年之前 |
Mateusz Guzik
|
1607f09c22
coredump: fix dumping through pipes
|
9 年之前 |
Michal Hocko
|
4136c26b65
coredump: make coredump_wait wait for mmap_sem for write killable
|
9 年之前 |
Omar Sandoval
|
2c4cb04300
coredump: only charge written data against RLIMIT_CORE
|
9 年之前 |
Omar Sandoval
|
a008393951
coredump: get rid of coredump_params->written
|
9 年之前 |
Jann Horn
|
378c6520e7
fs/coredump: prevent fsuid=0 dumps into user-controlled directories
|
9 年之前 |
Jann Horn
|
ac94b6e3ba
fs/coredump: prevent "" / "." / ".." core path components
|
9 年之前 |
Arnd Bergmann
|
03927c8acb
coredump: Use 64bit time for unix time of coredump
|
9 年之前 |
Oleg Nesterov
|
d61ba58953
coredump: change zap_threads() and zap_process() to use for_each_thread()
|
9 年之前 |
Oleg Nesterov
|
5fa534c987
coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP
|
9 年之前 |
Jann Horn
|
40f705a736
fs: Don't dump core if the corefile would become world-readable.
|
10 年之前 |
Jann Horn
|
fbb1816942
fs: if a coredump already exists, unlink and recreate with O_EXCL
|
10 年之前 |
Linus Torvalds
|
1dc51b8288
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 年之前 |
Nicolas Iooss
|
b4176b7c13
coredump: add __printf attribute to cn_*printf functions
|
10 年之前 |
Nicolas Iooss
|
5202efe544
coredump: use from_kuid/kgid when formatting corename
|
10 年之前 |
Miklos Szeredi
|
9bf39ab2ad
vfs: add file_path() helper
|
10 年之前 |
Al Viro
|
86cc05840a
coredump: accept any write method
|
10 年之前 |
Bastien Nocera
|
fcbc32bc6c
coredump: Fix typo in comment
|
10 年之前 |
Oleg Nesterov
|
b03023ecbd
coredump: add %i/%I in core_pattern to report the tid of the crashed thread
|
10 年之前 |
Silesh C V
|
aed8adb768
coredump: fix the setting of PF_DUMPCORE
|
11 年之前 |
Eric Dumazet
|
404ca80eb5
coredump: fix va_list corruption
|
11 年之前 |
Oleg Nesterov
|
942be3875a
coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h
|
11 年之前 |
Al Viro
|
52da40ae67
dump_emit(): use __kernel_write(), not vfs_write()
|
11 年之前 |
Al Viro
|
db51242d89
dump_align(): fix the dumb braino
|
11 年之前 |
Al Viro
|
ec57941e03
constify do_coredump() argument
|
11 年之前 |
Al Viro
|
22a8cb8248
new helper: dump_align()
|
12 年之前 |
Al Viro
|
9b56d54380
dump_skip(): dump_seek() replacement taking coredump_params
|
12 年之前 |
Al Viro
|
2507a4fbd4
make dump_emit() use vfs_write() instead of banging at ->f_op->write directly
|
12 年之前 |