summaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-4/+2
* ptrace: Properly initialize ptracer_cred on forkEric W. Biederman2017-05-231-7/+13
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-04-081-4/+10
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-221-6/+36
* ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2016-11-221-5/+7
* mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2016-11-221-15/+11
* 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
* userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman2012-05-031-7/+6
* userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-071-2/+2
* ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko2012-03-231-15/+0
* ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko2012-03-231-10/+21
* ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko2012-03-231-23/+8
* ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko2012-03-231-1/+4
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-3/+11
|\
| * ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-2/+10
| * capabilities: remove task_ns_* functionsEric Paris2012-01-051-2/+2
OpenPOWER on IntegriCloud