Commit Graph

369 Commits (10b683cba5ef5cf4e0b50aabe5ed7137960b64e0)

Author SHA1 Message Date
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
Eric W. Biederman 5af662030e userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids 13 years ago
Eric W. Biederman 76b6db0102 userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid 13 years ago
Eric W. Biederman 078de5f706 userns: Store uid and gid values in struct cred with kuid_t and kgid_t types 13 years ago
Will Drewry a0727e8ce5 signal, x86: add SIGSYS info and make it synchronous. 13 years ago
Eric W. Biederman c4a4d60379 userns: Use cred->user_ns instead of cred->user->user_ns 13 years ago
David Howells d550bbd40c Disintegrate asm/system.h for Sparc 13 years ago
Oleg Nesterov def8cf7256 signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() paths 13 years ago
Oleg Nesterov 629d362b99 signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLE 13 years ago
Oleg Nesterov b6e238dcee exit_signal: fix the "parent has changed security domain" logic 13 years ago
Srikar Dronamraju 0326f5a94d uprobes/core: Handle breakpoint and singlestep exceptions 13 years ago
Oleg Nesterov 163566f60b tracing: send_sigqueue() needs trace_signal_generate() too 13 years ago
Oleg Nesterov 6c303d3ab3 tracing: let trace_signal_generate() report more info, kill overflow_fail/lose_info 13 years ago
Serge E. Hallyn 6b550f9495 user namespace: make signal.c respect user namespaces 13 years ago
Matt Fleming 5e6292c0f2 signal: add block_sigmask() for adding sigmask to current->blocked 13 years ago
Oleg Nesterov 8a88951b58 ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach 13 years ago
Martin Schwidefsky 648616343c [S390] cputime: add sparse checking and cleanup 13 years ago
Tejun Heo 77e4ef99d1 threadgroup: extend threadgroup_lock() to cover exit and exec 13 years ago
Paul Gortmaker 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
Serge Hallyn d178bc3a70 user namespace: usb: make usb urbs user namespace aware (v2) 14 years ago
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