Commit Graph

266 Commits (70d38b9625edba52a809308427f78831c3963f52)

Author SHA1 Message Date
Jiri Slaby 78d7d407b6 kernel core: use helpers for rlimits 15 years ago
Linus Torvalds a27341cd5f Prioritize synchronous signals over 'normal' signals 15 years ago
Andi Kleen b45c6e76bc kernel/signal.c: fix kernel information leak with print-fatal-signals=1 15 years ago
Oleg Nesterov 1be53963b0 signals: check ->group_stop_count after tracehook_get_signal() 15 years ago
Oleg Nesterov ad09750b51 signals: kill force_sig_specific() 15 years ago
Oleg Nesterov 7486e5d9fc signals: cosmetic, collect_signal: use SI_USER 15 years ago
Oleg Nesterov dd34200adc signals: send_signal: use si_fromuser() to detect from_ancestor_ns 15 years ago
Oleg Nesterov 614c517d7c signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER() 15 years ago
Thomas Gleixner 7cf7db8df0 signals: Fix more rcu assumptions 15 years ago
Thomas Gleixner 14d8c9f3c0 signal: Fix racy access to __task_cred in kill_pid_info_as_uid() 15 years ago
Masami Hiramatsu ba005e1f41 tracepoint: Add signal loss events 15 years ago
Masami Hiramatsu f9d4257e01 tracepoint: Add signal deliver event 15 years ago
Masami Hiramatsu d1eb650ff4 tracepoint: Move signal sending tracepoint to events/signal.h 15 years ago
Naohiro Ooiwa f84d49b218 signal: Print warning message when dropping signals 15 years ago
Roland McGrath d9588725e5 signals: inline __fatal_signal_pending 16 years ago
Oleg Nesterov 4a30debfb7 signals: introduce do_send_sig_info() helper 16 years ago
Roland McGrath ae6d2ed7bb signals: tracehook_notify_jctl change 16 years ago
Oleg Nesterov a7f0765edf ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee 16 years ago
Linus Torvalds 0dd8486b5c do_sigaltstack: small cleanups 16 years ago
Linus Torvalds 0083fc2c50 do_sigaltstack: avoid copying 'stack_t' as a structure to user space 16 years ago
Oleg Nesterov d92656633b ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usage 16 years ago
Oleg Nesterov 5cb1144689 ptrace: do not use task->ptrace directly in core kernel 16 years ago
Vegard Nossum 7a0aeb14e1 signal: fix __send_signal() false positive kmemcheck warning 16 years ago
Thomas Gleixner 62ab4505e3 signals: implement sys_rt_tgsigqueueinfo 16 years ago
Thomas Gleixner 30b4ae8a44 signals: split do_tkill 16 years ago
David Howells 3bcac0263f SELinux: Don't flush inherited SIGKILL during execve() 16 years ago
Steven Rostedt ad8d75fff8 tracing/events: move trace point headers into include/trace/events 16 years ago
Steven Rostedt a8d154b009 tracing: create automated trace defines 16 years ago
Sukadev Bhattiprolu 6588c1e3ff signals: SI_USER: Masquerade si_pid when crossing pid ns boundary 16 years ago
Sukadev Bhattiprolu b3bfa0cba8 signals: protect cinit from blocked fatal signals 16 years ago
Sukadev Bhattiprolu 921cf9f630 signals: protect cinit from unblocked SIG_DFL signals 16 years ago
Sukadev Bhattiprolu 7978b567d3 signals: add from_ancestor_ns parameter to send_signal() 16 years ago
Oleg Nesterov f008faff0e signals: protect init from unwanted signals more 16 years ago
Oleg Nesterov 43918f2bf4 signals: remove 'handler' parameter to tracehook functions 16 years ago
Miklos Szeredi 53da1d9456 fix ptrace slowness 16 years ago
Peter Zijlstra 32bd671d6c signal: re-add dead task accumulation stats. 16 years ago
Ed Swierk 3a9f84d354 signals, debug: fix BUG: using smp_processor_id() in preemptible code in print_fatal_signal() 16 years ago
Heiko Carstens d4e82042c4 [CVE-2009-0029] System call wrappers part 32 16 years ago
Heiko Carstens a5f8fa9e9b [CVE-2009-0029] System call wrappers part 09 16 years ago
Heiko Carstens 17da2bd90a [CVE-2009-0029] System call wrappers part 08 16 years ago
Heiko Carstens 754fe8d297 [CVE-2009-0029] System call wrappers part 07 16 years ago
Heiko Carstens b290ebe2c4 [CVE-2009-0029] System call wrappers part 04 16 years ago
Heiko Carstens 2ed7c03ec1 [CVE-2009-0029] Convert all system calls to return a long 16 years ago
Sukadev Bhattiprolu 9cd4fd1043 SEND_SIG_NOINFO: set si_pid to tgid instead of pid 16 years ago
Sukadev Bhattiprolu 09bca05c90 SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundary 16 years ago
Mathieu Desnoyers 7e066fb870 tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() 16 years ago
David Howells d84f4f992c CRED: Inaugurate COW credentials 16 years ago
David Howells c69e8d9c01 CRED: Use RCU to access another task's creds and to release a task's own creds 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
David Howells 76aac0e9a1 CRED: Wrap task credential accesses in the core kernel 16 years ago