Commit Graph

420 Commits (aafe77cc45a595ca1d4536f2412ddf671ea9108c)

Author SHA1 Message Date
Oleg Nesterov 403bad72b6 coredump: only SIGKILL should interrupt the coredumping task 12 years ago
Vineet Gupta 681a90ffe8 arc, print-fatal-signals: reduce duplicated information 12 years ago
Emese Revfy b9e146d8eb kernel/signal.c: stop info leak via the tkill and the tgkill syscalls 12 years ago
Jesper Derehag 2b5faa4c55 connector: Added coredumping event to the process connector 12 years ago
Andrew Morton 522cff142d kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER 12 years ago
Kees Cook 2ca39528c0 signal: always clear sa_restorer on execve 12 years ago
Randy Dunlap 20f22ab42e signals: fix new kernel-doc warnings 12 years ago
Al Viro db61ec29fd fix compat_sys_rt_sigprocmask() 12 years ago
Valdis Kletnieks 5d1fadc147 kernel/signal.c: fix suboptimal printk usage 12 years ago
Andrey Vagin 66dd34ad31 signal: allow to send any siginfo to itself 12 years ago
Al Viro d64008a8f3 burying unused conditionals 12 years ago
Al Viro e9b04b5b67 make do_sigaltstack() static 12 years ago
Al Viro bde208d2e1 switch mips to generic rt_sigsuspend(), make it unconditional 12 years ago
Al Viro 2ce5da1757 new helper: signal_setup_done() 12 years ago
Al Viro 495dfbf767 generic sys_sigaction() and compat_sys_sigaction() 12 years ago
Al Viro 08d32fe504 generic sys_compat_rt_sigaction() 12 years ago
Al Viro 9aae8fc05d switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE 12 years ago
Al Viro 0a0e8cdf73 old sigsuspend variants in kernel/signal.c 12 years ago
Al Viro 75907d4d7b generic compat_sys_rt_sigqueueinfo() 12 years ago
Al Viro fe9c1db2cf generic compat_sys_rt_sigpending() 12 years ago
Al Viro 322a56cb1f generic compat_sys_rt_sigprocmask() 12 years ago
Al Viro ad4b65a434 consolidate rt_sigsuspend() 12 years ago
Al Viro eaca6eae3e sanitize rt_sigaction() situation a bit 12 years ago
Frederic Weisbecker 6fac4829ce cputime: Use accessors to read task cputime stats 12 years ago
Oleg Nesterov 9899d11f65 ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL 12 years ago
Oleg Nesterov 910ffdb18a ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() 12 years ago
Oleg Nesterov 0c4a842349 signals: set_current_blocked() can use __set_current_blocked() 12 years ago
Oleg Nesterov 5ba53ff648 signals: sys_ssetmask() uses uninitialized newmask 12 years ago
Al Viro 90228fc110 switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINE 12 years ago
Al Viro c40702c49f new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those 12 years ago
Al Viro 9026843952 generic compat_sys_sigaltstack() 12 years ago
Al Viro 6bf9adfc90 introduce generic sys_sigaltstack(), switch x86 and um to it 12 years ago
Al Viro 5c49574ffd new helper: restore_altstack() 12 years ago
Al Viro 541880d9a2 do_coredump(): get rid of pt_regs argument 12 years ago
Al Viro 4aaefee589 print_fatal_signal(): get rid of pt_regs argument 12 years ago
Al Viro 94eb22d505 ptrace_signal(): get rid of unused arguments 12 years ago
Al Viro b7f9591c44 get rid of ptrace_signal_deliver() arguments 12 years ago
Eric W. Biederman 17cf22c33e pidns: Use task_active_pid_ns where appropriate 12 years ago
Oleg Nesterov 5d8f72b55c freezer: change ptrace_stop/do_signal_stop to use freezable_schedule() 12 years ago
Denys Vlasenko 5ab1c309b3 coredump: pass siginfo_t* to do_coredump() and below, not merely signr 13 years ago
Alex Kelly 179899fd5d coredump: update coredump-related headers 13 years ago
Oleg Nesterov f784e8a798 task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver() 13 years ago
Al Viro 7266702805 signal: make sure we don't get stopped with pending task_work 13 years ago
Al Viro efee984c27 new helper: signal_delivered() 13 years ago
Al Viro 77097ae503 most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set 13 years ago
Al Viro a610d6e672 pull clearing RESTORE_SIGMASK into block_sigmask() 13 years ago
Al Viro 754421c8ca HAVE_RESTORE_SIGMASK is defined on all architectures now 13 years ago
Eric W. Biederman 3208450488 pidns: use task_active_pid_ns in do_notify_parent 13 years ago
Al Viro 68f3f16d9a new helper: sigsuspend() 13 years ago
Eric W. Biederman 54ba47edac userns: signal remove unnecessary map_cred_ns 13 years ago