Commit Graph

298 Commits (f646e227b88a164a841d6b6dd969d8a45272dd83)

Author SHA1 Message Date
Oleg Nesterov f646e227b8 signal: retarget_shared_pending: consider shared/unblocked signals only 14 years ago
Oleg Nesterov 0edceb7bcd signal: introduce retarget_shared_pending() 14 years ago
Randy Dunlap 41c57892a2 kernel/signal.c: add kernel-doc notation to syscalls 14 years ago
Randy Dunlap 5aba085ede kernel/signal.c: fix typos and coding style 14 years ago
Oleg Nesterov ee77f07592 signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUED 14 years ago
Oleg Nesterov 780006eac2 signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending() 14 years ago
Oleg Nesterov 1deac632fc signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDING 14 years ago
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
Tejun Heo 244056f9db job control: Don't send duplicate job control stop notification while ptraced 14 years ago
Tejun Heo ceb6bd67f9 job control: Notify the real parent of job control events regardless of ptrace 14 years ago
Tejun Heo 62bcf9d992 job control: Job control stop notifications should always go to the real parent 14 years ago
Tejun Heo 75b95953a5 job control: Add @for_ptrace to do_notify_parent_cldstop() 14 years ago
Tejun Heo 408a37de6c job control: Don't set group_stop exit_code if re-entering job control stop 14 years ago
Tejun Heo d79fdd6d96 ptrace: Clean transitions between TASK_STOPPED and TRACED 14 years ago
Tejun Heo 5224fa3660 ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptraced 14 years ago
Tejun Heo 0ae8ce1c8c ptrace: Participate in group stop from ptrace_stop() iff the task is trapping for group stop 14 years ago
Tejun Heo 39efa3ef3a signal: Use GROUP_STOP_PENDING to stop once for a single group stop 14 years ago
Tejun Heo e5c1902e92 signal: Fix premature completion of group stop when interfered by ptrace 14 years ago
Tejun Heo fe1bc6a095 ptrace: Add @why to ptrace_stop() 14 years ago
Tejun Heo edf2ed153b ptrace: Kill tracehook_notify_jctl() 14 years ago
Tejun Heo 71db5eb99c signal: Remove superflous try_to_freeze() loop in do_signal_stop() 14 years ago
Tejun Heo c672af35d5 signal: Fix SIGCONT notification code 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