Commit Graph

68 Commits (b1f77b0581b8fd837acb4a973f7d5496cae6efee)

Author SHA1 Message Date
Heiko Carstens 1e7bfb2134 [CVE-2009-0029] System call wrappers part 27 16 years ago
Markus Metzger bf53de907d x86, bts: add fork and exit handling 16 years ago
Christoph Hellwig 96b8936a9e remove __ARCH_WANT_COMPAT_SYS_PTRACE 16 years ago
David Howells d84f4f992c CRED: Inaugurate COW credentials 16 years ago
David Howells c69e8d9c01 CRED: Use RCU to access another task's creds and to release a task's own creds 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
David Howells 76aac0e9a1 CRED: Wrap task credential accesses in the core kernel 16 years ago
Adrian Bunk b747c8c102 make ptrace_untrace() static 17 years ago
David Howells 5cd9c58fbe security: Fix setting of PF_SUPERPRIV by __capable() 17 years ago
Roland McGrath 85ba2d862e tracehook: wait_task_inactive 17 years ago
Roland McGrath f470021adb ptrace children revamp 17 years ago
Stephen Smalley 006ebb40d3 Security: split proc ptrace checking into read vs. attach 17 years ago
Christoph Hellwig bcf35afb52 make generic sys_ptrace unconditional 17 years ago
Oleg Nesterov 00cd5c37af ptrace: permit ptracing of /sbin/init 17 years ago
Oleg Nesterov 33e9fc7d01 ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific() 17 years ago
Oleg Nesterov 68cb947866 ptrace: __ptrace_unlink: use the ptrace_reparented() helper 17 years ago
Roland McGrath 9d04d9280c ptrace: conditionalize compat_ptrace_request 17 years ago
Roland McGrath e16b278164 ptrace: compat_ptrace_request siginfo 17 years ago
Oleg Nesterov c0c0b649d6 ptrace_check_attach: remove unneeded ->signal != NULL check 17 years ago
Oleg Nesterov 6b39c7bfbd kill PT_ATTACHED 17 years ago
Adrian Bunk f17d30a803 kernel/ptrace.c should #include <linux/syscalls.h> 17 years ago
Oleg Nesterov d9ae90ac4b use __set_task_state() for TRACED/STOPPED tasks 17 years ago
Roland McGrath c269f19617 x86: compat_sys_ptrace 17 years ago
Roland McGrath 032d82d906 x86: compat_ptrace_request 17 years ago
Roland McGrath 16c3e389e7 x86: ptrace_request peekdata/pokedata 17 years ago
Roland McGrath 5b88abbf77 ptrace: generic PTRACE_SINGLEBLOCK 17 years ago
Roland McGrath 36df29d799 ptrace: generic resume 17 years ago
Haavard Skinnemoen 6ea6dd93c9 ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEME 17 years ago
Linus Torvalds b8c9a18712 Fix kernel/ptrace.c compile problem (missing "may_attach()") 17 years ago
Al Viro 831830b5a2 restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid 17 years ago
Matthew Wilcox 6618a3e275 ptrace: Use task_is_* 17 years ago
Pavel Emelyanov bac0abd617 Isolate some explicit usage of task->tgid 18 years ago
Pavel Emelyanov 228ebcbe63 Uninline find_task_by_xxx set of functions 18 years ago
Pavel Emelyanov b488893a39 pid namespaces: changes to show virtual ids to user 18 years ago
Christoph Hellwig 0ac1555915 m32r: convert to generic sys_ptrace 18 years ago
Alexey Dobriyan 1bcf548293 Consolidate PTRACE_DETACH 18 years ago
Roland McGrath 7d94143291 Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH 18 years ago
Kawai, Hidehiro 6c5d523826 coredump masking: reimplementation of dumpable using two flags 18 years ago
Alexey Dobriyan f284ce7269 PTRACE_POKEDATA consolidation 18 years ago
Alexey Dobriyan 7664732315 PTRACE_PEEKDATA consolidation 18 years ago
Sripathi Kodi 6175ecfed3 Use write_trylock_irqsave in ptrace_attach 18 years ago
Al Viro a5cb013da7 [PATCH] auditing ptrace 18 years ago
Sukadev Bhattiprolu f400e198b2 [PATCH] pidspace: is_init() 19 years ago
David Howells 0ec76a110f [PATCH] NOMMU: Check that access_process_vm() has a valid target 19 years ago
Ingo Molnar 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct 19 years ago
Oleg Nesterov d5f70c00ad [PATCH] coredump: kill ptrace related stuff 19 years ago
Eric W. Biederman df26c40e56 [PATCH] proc: Cleanup proc_fd_access_allowed 19 years ago
Linus Torvalds f358166a94 ptrace_attach: fix possible deadlock schenario with irqs 19 years ago
Linus Torvalds f5b40e363a Fix ptrace_attach()/ptrace_traceme()/de_thread() race 19 years ago
Roland McGrath e57a505984 [PATCH] fix non-leader exec under ptrace 19 years ago