Commit Graph

158 Commits (bd0eae4e1cd5c4ff7c2a9ebcb3e78ea4631251ef)

Author SHA1 Message Date
Oleg Nesterov fab840fc2d ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child) 12 years ago
Oleg Nesterov 7c8df28633 ptrace: revert "Prepare to fix racy accesses on task breakpoints" 12 years ago
Andrey Vagin 29000caecb ptrace: add ability to get/set signal-blocked mask 12 years ago
Mathieu Desnoyers 706b23bde2 Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation 12 years ago
Kent Overstreet a27bb332c0 aio: don't include aio.h in sched.h 12 years ago
Andrey Vagin 84c751bd4a ptrace: add ability to retrieve signals without removing from a queue (v4) 12 years ago
Josh Stone e8440c1458 uprobes: Add exports for module use 12 years ago
Oleg Nesterov 9899d11f65 ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL 12 years ago
Oleg Nesterov 910ffdb18a ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() 12 years ago
Oleg Nesterov edea0d03ee ia64: kill thread_matches(), unexport ptrace_check_attach() 12 years ago
Oleg Nesterov 992fb6e170 ptrace: introduce PTRACE_O_EXITKILL 12 years ago
Eric W. Biederman 4c44aaafa8 userns: Kill task_user_ns 12 years ago
Tetsuo Handa 9f99798ff4 ptrace: mark __ptrace_may_access() static 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 c4a4d60379 userns: Use cred->user_ns instead of cred->user->user_ns 13 years ago
Denys Vlasenko ee00560c7d ptrace: remove PTRACE_SEIZE_DEVEL bit 13 years ago
Denys Vlasenko aa9147c98f ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter 13 years ago
Denys Vlasenko 86b6c1f301 ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code 13 years ago
Denys Vlasenko 8c5cf9e5c5 ptrace: don't modify flags on PTRACE_SETOPTIONS failure 13 years ago
Eric Paris 69f594a389 ptrace: do not audit capability check when outputing /proc/pid/stat 13 years ago
Eric Paris f1c84dae0e capabilities: remove task_ns_* functions 13 years ago
Oleg Nesterov 8a88951b58 ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach 13 years ago
Paul Gortmaker 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
Oleg Nesterov f9d81f61c8 ptrace: PTRACE_LISTEN forgets to unlock ->siglock 14 years ago
Vladimir Zapolskiy f701e5b73a connector: add an event for monitoring process tracers 14 years ago
Oleg Nesterov d4f7c511c1 do not change dead_task->exit_signal 14 years ago
Oleg Nesterov 9843a1e977 __ptrace_detach: avoid task_detached(), check do_notify_parent() 14 years ago
Tejun Heo 544b2c91a9 ptrace: implement PTRACE_LISTEN 14 years ago
Tejun Heo fca26f260c ptrace: implement PTRACE_INTERRUPT 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
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 755e276b33 ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments 14 years ago
Tejun Heo a8f072c1d6 job control: rename signal->group_stop and flags to jobctl and update them 14 years ago
Tejun Heo 0b1007c357 ptrace: remove silly wait_trap variable from ptrace_attach() 14 years ago
Oleg Nesterov 0666fb51b1 ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread 14 years ago
Frederic Weisbecker bf26c01849 ptrace: Prepare to fix racy accesses on task breakpoints 14 years ago
Oleg Nesterov 321fb56197 ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/ 14 years ago
Serge E. Hallyn 8409cca705 userns: allow ptrace from non-init user namespaces 14 years ago
Tejun Heo 0e9f0a4abf ptrace: Always put ptracee into appropriate execution state 14 years ago
Tejun Heo e3bd058f62 ptrace: Collapse ptrace_untrace() into __ptrace_unlink() 14 years ago
Tejun Heo d79fdd6d96 ptrace: Clean transitions between TASK_STOPPED and TRACED 14 years ago
Tejun Heo 9f2bf6513a ptrace: Remove the extra wake_up_state() from ptrace_detach() 14 years ago
Linus Torvalds e3e89cc535 Mark ptrace_{traceme,attach,detach} static 14 years ago
Tejun Heo 01e05e9a90 ptrace: use safer wake up on ptrace_detach() 14 years ago
KOSAKI Motohiro 9b1bf12d5d signals: move cred_guard_mutex from task_struct to signal_struct 14 years ago
Namhyung Kim 9fed81dc40 ptrace: cleanup ptrace_request() 14 years ago
Namhyung Kim 4abf986960 ptrace: change signature of sys_ptrace() and friends 14 years ago
Namhyung Kim c4b5ed250e ptrace: annotate lock context change on exit_ptrace() 14 years ago