aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-08uprobes: Add exports for module useJosh Stone1-0/+6
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov1-10/+54
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov1-4/+4
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov1-1/+1
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+3
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov1-0/+3
2012-11-20userns: Kill task_user_nsEric W. Biederman1-2/+8
2012-08-03ptrace: mark __ptrace_may_access() staticTetsuo Handa1-1/+2
2012-05-03userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman1-7/+6
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman1-2/+2
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko1-15/+0
2012-03-23ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko1-10/+21
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko1-23/+8
2012-03-23ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko1-1/+4
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-3/+11
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris1-2/+10
2012-01-05capabilities: remove task_ns_* functionsEric Paris1-2/+2
2012-01-04ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov1-1/+12
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-09-25ptrace: PTRACE_LISTEN forgets to unlock ->siglockOleg Nesterov1-13/+10
2011-07-18connector: add an event for monitoring process tracersVladimir Zapolskiy1-1/+6
2011-06-27do not change dead_task->exit_signalOleg Nesterov1-1/+0
2011-06-27__ptrace_detach: avoid task_detached(), check do_notify_parent()Oleg Nesterov1-15/+18
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo1-3/+39
2011-06-16ptrace: implement PTRACE_INTERRUPTTejun Heo1-2/+27
2011-06-16ptrace: implement PTRACE_SEIZETejun Heo1-6/+29
2011-06-16job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo1-3/+9
2011-06-04ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexitTejun Heo1-2/+8
2011-06-04job control: introduce task_set_jobctl_pending()Tejun Heo1-3/+3
2011-06-04ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add commentsTejun Heo1-5/+19
2011-06-04job control: rename signal->group_stop and flags to jobctl and update themTejun Heo1-6/+6
2011-06-04ptrace: remove silly wait_trap variable from ptrace_attach()Tejun Heo1-3/+1
2011-05-25ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov1-1/+1
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-37/+81
2011-04-25ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker1-0/+17
2011-04-07Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Oleg Nesterov1-37/+81
2011-04-04ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/Oleg Nesterov1-5/+3
2011-03-23userns: allow ptrace from non-init user namespacesSerge E. Hallyn1-12/+15
2011-03-23ptrace: Always put ptracee into appropriate execution stateTejun Heo1-20/+39
2011-03-23ptrace: Collapse ptrace_untrace() into __ptrace_unlink()Tejun Heo1-25/+15
2011-03-23ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo1-5/+44
2011-03-23ptrace: Remove the extra wake_up_state() from ptrace_detach()Tejun Heo1-2/+0
2011-03-04Mark ptrace_{traceme,attach,detach} staticLinus Torvalds1-3/+3
2011-02-11ptrace: use safer wake up on ptrace_detach()Tejun Heo1-1/+1
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro1-2/+2
2010-10-27ptrace: cleanup ptrace_request()Namhyung Kim1-7/+7
2010-10-27ptrace: change signature of sys_ptrace() and friendsNamhyung Kim1-6/+10
2010-10-27ptrace: annotate lock context change on exit_ptrace()Namhyung Kim1-0/+2
2010-08-11ptrace: optimize exit_ptrace() for the likely caseOleg Nesterov1-3/+9
2010-05-27ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mmOleg Nesterov1-2/+8
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger1-0/+20
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2010-04-26ptrace: Cleanup useless headerAlessio Igor Bogani1-1/+0
2010-04-10ptrace: kill BKL in ptrace syscallArnd Bergmann1-10/+0
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-1/+0
2010-02-23ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha1-1/+1
2010-02-11ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha1-0/+88
2009-09-24ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov1-4/+7
2009-07-14Merge branch 'master' into nextJames Morris1-2/+2
2009-07-06cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov1-2/+2
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar1-1/+1
2009-06-18ptrace: don't take tasklist to get/set ->last_siginfoOleg Nesterov1-10/+6
2009-06-18ptrace_get_task_struct: s/tasklist/rcu/, make it staticOleg Nesterov1-13/+3
2009-06-18ptrace: do not use task_lock() for attachOleg Nesterov1-46/+13
2009-06-18ptrace: cleanup check/set of PT_PTRACED during attachOleg Nesterov1-50/+51
2009-06-18ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mmOleg Nesterov1-9/+10
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-4/+5
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+0
2009-06-09Merge branch 'master' into nextJames Morris1-0/+2
2009-06-04ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"Oleg Nesterov1-0/+2
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells1-4/+5
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar1-10/+0
2009-04-27ptrace: ptrace_attach: fix the usage of ->cred_exec_mutexOleg Nesterov1-2/+2
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar1-12/+11
2009-04-13ptrace: fix exit_ptrace() vs ptrace_traceme() raceOleg Nesterov1-3/+4
2009-04-08ptrace: some checkpatch fixesRoland McGrath1-9/+7
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger1-10/+0
2009-04-03Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2009-04-02ptrace_untrace: fix the SIGNAL_STOP_STOPPED checkOleg Nesterov1-3/+7
2009-04-02ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logicOleg Nesterov1-4/+0
2009-04-02forget_original_parent: split out the un-ptrace partOleg Nesterov1-2/+76
2009-04-02ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov1-2/+7
2009-04-02ptrace: kill __ptrace_detach(), fix ->exit_state checkOleg Nesterov1-13/+9
2009-03-10ptrace: remove a useless gotoAmérico Wang1-2/+0
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens1-1/+1
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+12
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger1-0/+12
2008-12-04Merge branch 'master' into nextJames Morris1-2/+2
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+2
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-0/+9
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-9/+13
2008-11-14CRED: Separate task security context from task_structDavid Howells1-9/+10
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-6/+9
2008-10-20make ptrace_untrace() staticAdrian Bunk1-1/+1
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells1-3/+2
2008-07-26tracehook: wait_task_inactiveRoland McGrath1-1/+1
2008-07-16ptrace children revampRoland McGrath1-13/+24
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley1-7/+8
2008-05-01make generic sys_ptrace unconditionalChristoph Hellwig1-2/+0
2008-04-30ptrace: permit ptracing of /sbin/initOleg Nesterov1-8/+0
2008-04-30ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov1-2/+1
2008-04-30ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov1-1/+1
2008-04-28ptrace: conditionalize compat_ptrace_requestRoland McGrath1-5/+2
2008-04-21ptrace: compat_ptrace_request siginfoRoland McGrath1-13/+35
2008-02-08ptrace_check_attach: remove unneeded ->signal != NULL checkOleg Nesterov1-2/+5
2008-02-08kill PT_ATTACHEDOleg Nesterov1-4/+2
2008-02-06kernel/ptrace.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2008-02-06use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov1-6/+4
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2008-01-30x86: compat_sys_ptraceRoland McGrath1-0/+46
2008-01-30x86: compat_ptrace_requestRoland McGrath1-0/+38
2008-01-30x86: ptrace_request peekdata/pokedataRoland McGrath1-0/+7
2008-01-30ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath1-1/+14
2008-01-30ptrace: generic resumeRoland McGrath1-0/+61
2008-01-25ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEMEHaavard Skinnemoen1-0/+2
2008-01-02Fix kernel/ptrace.c compile problem (missing "may_attach()")Linus Torvalds1-1/+1
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro1-2/+2
2007-12-06ptrace: Use task_is_*Matthew Wilcox1-4/+4
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-1/+1
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-2/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-1/+3
2007-10-16m32r: convert to generic sys_ptraceChristoph Hellwig1-0/+10
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-0/+3
2007-09-10Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath1-0/+1
2007-07-19coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro1-1/+1
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-0/+8
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-0/+11
2007-07-16Use write_trylock_irqsave in ptrace_attachSripathi Kodi1-4/+3
2007-05-11[PATCH] auditing ptraceAl Viro1-0/+3
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-0/+1
2006-09-27[PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells1-54/+0
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-3/+3
2006-06-26[PATCH] coredump: kill ptrace related stuffOleg Nesterov1-1/+2
2006-06-26[PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman1-3/+17
2006-05-11ptrace_attach: fix possible deadlock schenario with irqsLinus Torvalds1-1/+19
2006-05-07Fix ptrace_attach()/ptrace_traceme()/de_thread() raceLinus Torvalds1-18/+21
2006-04-14[PATCH] fix non-leader exec under ptraceRoland McGrath1-5/+2
2006-04-02BUG_ON() Conversion in kernel/ptrace.cEric Sesterhenn1-2/+1
2006-03-28[PATCH] don't use REMOVE_LINKS/SET_LINKS for reparentingOleg Nesterov1-4/+4
2006-02-15[PATCH] fix zap_thread's ptrace related problemsOleg Nesterov1-10/+15
2006-02-14[PATCH] compound page: no access_process_vm checkHugh Dickins1-2/+1
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-31/+46
2005-11-29[PATCH] Fix crash when ptrace poking hugepage areasDavid Gibson1-1/+2
2005-11-13[PATCH] fix task_struct leak in ptraceChristoph Hellwig1-1/+1
2005-11-09Fix ptrace self-attach ruleLinus Torvalds1-1/+1
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-0/+82
2005-10-30[PATCH] ptrace/coredump/exit_group deadlockAndrea Arcangeli1-2/+5
2005-09-07[PATCH] remove duplicated code from proc and ptraceMiklos Szeredi1-13/+28
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-1/+2
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+389