Commit Graph

335 Commits (b23cf0bd55b0c6b703982446f679e00d6d929524)

Author SHA1 Message Date
Oleg Nesterov c1095c6da5 signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked() 14 years ago
Oleg Nesterov 8a35241803 ptrace: fix ptrace_signal() && STOP_DEQUEUED interaction 14 years ago
Paul E. McKenney a841796f11 signal: align __lock_task_sighand() irq disabling and RCU 14 years ago
Oleg Nesterov bb3696da89 ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented() 14 years ago
Oleg Nesterov d4f7c511c1 do not change dead_task->exit_signal 14 years ago
Oleg Nesterov 53c8f9f199 make do_notify_parent() return bool 14 years ago
Tejun Heo a288eecce5 ptrace: kill trivial tracehooks 14 years ago
Tejun Heo d21142ece4 ptrace: kill task_ptrace() 14 years ago
Tejun Heo 544b2c91a9 ptrace: implement PTRACE_LISTEN 14 years ago
Tejun Heo fb1d910c17 ptrace: implement TRAP_NOTIFY and use it for group stop events 14 years ago
Tejun Heo 3544d72a0e ptrace: implement PTRACE_SEIZE 14 years ago
Tejun Heo 73ddff2bee job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap 14 years ago
Randy Dunlap ada9c93312 signal.c: fix kernel-doc notation 14 years ago
Tejun Heo dd1d677269 signal: remove three noop tracehooks 14 years ago
Tejun Heo 62c124ff3b ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit 14 years ago
Tejun Heo 7dd3db54e7 job control: introduce task_set_jobctl_pending() 14 years ago
Tejun Heo 6dfca32984 job control: make task_clear_jobctl_pending() clear TRAPPING automatically 14 years ago
Tejun Heo 3759a0d94c job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending() 14 years ago
Tejun Heo 81be24b8cd ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop() 14 years ago
Tejun Heo a8f072c1d6 job control: rename signal->group_stop and flags to jobctl and update them 14 years ago
Oleg Nesterov d92fcf0552 signal: sys_pause() should check signal_pending() 14 years ago
Tejun Heo 40ae717d1e ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping() 14 years ago
Oleg Nesterov 2e4f7c7769 signal: sys_sigprocmask() needs retarget_shared_pending() 14 years ago
Oleg Nesterov b013c39924 signal: cleanup sys_sigprocmask() 14 years ago
Oleg Nesterov 702a5073fd signal: rename signandsets() to sigandnsets() 14 years ago
Oleg Nesterov b182801ab3 signal: do_sigtimedwait() needs retarget_shared_pending() 14 years ago
Oleg Nesterov 943df1485a signal: introduce do_sigtimedwait() to factor out compat/native code 14 years ago
Oleg Nesterov fe0faa005d signal: sys_rt_sigtimedwait: simplify the timeout logic 14 years ago
Oleg Nesterov bb7efee2ca signal: cleanup sys_rt_sigprocmask() 14 years ago
Oleg Nesterov e6fa16ab9c signal: sigprocmask() should do retarget_shared_pending() 14 years ago
Oleg Nesterov 73ef4aeb61 signal: sigprocmask: narrow the scope of ->siglock 14 years ago
Oleg Nesterov fec9993db0 signal: retarget_shared_pending: optimize while_each_thread() loop 14 years ago
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 f9fa0bc1fa signal.c: fix erroneous syscall kernel-doc 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
Lucas De Marchi 25985edced Fix common misspellings 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