summaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova2019-07-171-1/+100
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-0/+3
|\
| * ptrace: move clearing of TIF_SYSCALL_EMU flag to coreSudeep Holla2019-06-051-0/+3
* | ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn2019-07-041-3/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-06-121-2/+18
|\ \ | |/ |/|
| * ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn2019-06-111-0/+10
| * signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman2019-05-301-2/+8
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2019-03-291-2/+13
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
* ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner2018-11-281-10/+0Star
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-14/+12Star
|\
| * signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-5/+5
| * signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman2018-10-031-7/+5Star
| * signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman2018-09-111-2/+2
* | x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2018-09-261-0/+10
|/
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-071-21/+6Star
* Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-311-0/+4
|\
| * ptrace, seccomp: add support for retrieving seccomp metadataTycho Andersen2017-11-291-0/+4
* | ptrace: Use copy_siginfo in setsiginfo and getsiginfoEric W. Biederman2018-01-161-2/+2
* | signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32Eric W. Biederman2018-01-161-1/+0Star
|/
* signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-4/+2Star
* 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/+11Star
* 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-121-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/+1Star
* 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-211-8/+31
* ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov2016-01-211-2/+8
* seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen2015-10-281-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/+9Star
* 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/+0Star
* exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2014-12-111-20/+3Star
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-7/+1Star
* 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-121-1/+1
* Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov2013-08-061-1/+0Star
* 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/+0Star