summaryrefslogtreecommitdiff
path: root/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.270' into v4.9-rtLuis Claudio R. Goncalves2021-06-071-1/+17
|\
| * ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov2021-05-261-1/+17
* | ptrace: fix ptrace_unfreeze_traced() race with rt-lockOleg Nesterov2021-06-071-8/+15
* | Merge tag 'v4.9.195' into v4.9-rtSteven Rostedt (VMware)2019-11-141-5/+19
|\ \ | |/
| * ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn2019-07-101-3/+1
| * ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn2019-06-221-0/+10
| * signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman2019-06-221-2/+8
* | Merge tag 'v4.9.176' into v4.9-rtSteven Rostedt (VMware)2019-05-241-0/+10
|\ \ | |/
| * x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2019-05-141-0/+10
* | Merge tag 'v4.9.33' into linux-4.9.y-rtSebastian Andrzej Siewior2017-06-231-7/+13
|\ \ | |/
| * ptrace: Properly initialize ptracer_cred on forkEric W. Biederman2017-06-141-7/+13
* | Merge tag 'v4.9.27' into linux-4.9.y-rtSebastian Andrzej Siewior2017-05-111-4/+10
|\ \ | |/
| * ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-04-121-4/+10
* | Merge tag 'v4.9.4' into linux-4.9.y-rtSebastian Andrzej Siewior2017-01-201-21/+49
|\ \ | |/
| * ptrace: Don't allow accessing an undumpable mmEric W. Biederman2017-01-061-6/+36
| * ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2017-01-061-5/+7
| * mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2017-01-061-15/+11
* | ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior2016-12-231-1/+8
|/
* mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-6/+10
* ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak2016-10-111-1/+2
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-2/+2
* ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov2016-03-221-2/+1
* ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessAndy Lutomirski2016-03-221-1/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-201-8/+31
* ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov2016-01-201-2/+8
* seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen2015-10-271-0/+5
* seccomp: add ptrace options for suspend/resumeTycho Andersen2015-07-151-0/+13
* ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov2015-04-171-10/+9
* ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-04-171-0/+20
* ptrace: remove linux/compat.h inclusion under CONFIG_COMPATFabian Frederick2015-02-171-1/+0
* exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2014-12-101-20/+3
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-7/+1
* kernel/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-061-2/+2
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-131-1/+2
* __ptrace_may_access() should not deny sub-threadsMark Grondona2013-09-111-1/+1
* Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov2013-08-061-1/+0
* ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Oleg Nesterov2013-07-091-0/+1
* ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov2013-07-091-16/+0
* ptrace: add ability to get/set signal-blocked maskAndrey Vagin2013-07-031-2/+42
* Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validationMathieu Desnoyers2013-06-291-9/+11
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin2013-04-301-0/+80
* uprobes: Add exports for module useJosh Stone2013-02-081-0/+6
* ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2013-01-221-10/+54
* ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2013-01-221-4/+4
* ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov2013-01-201-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-171-0/+3
|\
| * ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov2012-12-171-0/+3
* | userns: Kill task_user_nsEric W. Biederman2012-11-201-2/+8
|/
* ptrace: mark __ptrace_may_access() staticTetsuo Handa2012-08-031-1/+2