Commit Graph

276 Commits (b7af6a99690503a48c63ce5e587b4e4555f31cdb)

Author SHA1 Message Date
Roland Dreier 243b422af9 Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo 14 years ago
Serge E. Hallyn 39fd33933b userns: allow killing tasks in your own or child userns 14 years ago
Julien Tinnes da48524eb2 Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal code 14 years ago
Namhyung Kim b840115083 signals: annotate lock context change on ptrace_stop() 14 years ago
Namhyung Kim b8ed374e20 signals: annotate lock_task_sighand() 14 years ago
Andi Kleen a337fdac7a HWPOISON: Copy si_addr_lsb to user 15 years ago
David Howells 694f690d27 CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checks 15 years ago
Oleg Nesterov 09faef11df exit: change zap_other_threads() to count sub-threads 15 years ago
Oleg Nesterov 065add3941 signals: check_kill_permission(): don't check creds if same_thread_group() 15 years ago
Jason Wessel 67fc4e0cb9 kdb: core for kgdb back end (2 of 2) 15 years ago
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