aboutsummaryrefslogtreecommitdiff
path: root/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-16ptrace: add PTRACE_GET_SYSCALL_INFO requestGravatar Elvira Khabirova 1-1/+100
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+3
2019-07-05ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEGravatar Jann Horn 1-3/+1
2019-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+18
2019-06-11ptrace: restore smp_rmb() in __ptrace_may_access()Gravatar Jann Horn 1-0/+10
2019-06-05ptrace: move clearing of TIF_SYSCALL_EMU flag to coreGravatar Sudeep Holla 1-0/+3
2019-05-30signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOGravatar Eric W. Biederman 1-2/+8
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKGravatar Andrei Vagin 1-2/+13
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2018-11-28ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSGravatar Thomas Gleixner 1-10/+0
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-14/+12
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-5/+5
2018-10-03signal: Introduce copy_siginfo_from_user and use it's return valueGravatar Eric W. Biederman 1-7/+5
2018-09-26x86/speculation: Apply IBPB more strictly to avoid cross-process data leakGravatar Jiri Kosina 1-0/+10
2018-09-11signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPGravatar Eric W. Biederman 1-2/+2
2018-02-06pids: introduce find_get_task_by_vpid() helperGravatar Mike Rapoport 1-21/+6
2018-01-31Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+4
2018-01-16ptrace: Use copy_siginfo in setsiginfo and getsiginfoGravatar Eric W. Biederman 1-2/+2
2018-01-15signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32Gravatar Eric W. Biederman 1-1/+0
2017-11-28ptrace, seccomp: add support for retrieving seccomp metadataGravatar Tycho Andersen 1-0/+4
2017-07-24signal: Remove kernel interal si_code magicGravatar Eric W. Biederman 1-4/+2
2017-05-23ptrace: Properly initialize ptracer_cred on forkGravatar Eric W. Biederman 1-7/+13
2017-04-08ptrace: fix PTRACE_LISTEN race corrupting task->stateGravatar bsegall@google.com 1-4/+10
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmGravatar Eric W. Biederman 1-6/+36
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPGravatar Eric W. Biederman 1-5/+7
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksGravatar Eric W. Biederman 1-15/+11
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 1-6/+10
2016-10-11ptrace: clear TIF_SYSCALL_TRACE on ptrace detachGravatar Ales Novak 1-1/+2
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-2/+2
2016-03-22ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockGravatar Oleg Nesterov 1-2/+1
2016-03-22ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessGravatar Andy Lutomirski 1-1/+1
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksGravatar Jann Horn 1-8/+31
2016-01-20ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableGravatar Oleg Nesterov 1-2/+8
2015-10-27seccomp, ptrace: add support for dumping seccomp filtersGravatar Tycho Andersen 1-0/+5
2015-07-15seccomp: add ptrace options for suspend/resumeGravatar Tycho Andersen 1-0/+13
2015-04-17ptrace: ptrace_detach() can no longer race with SIGKILLGravatar Oleg Nesterov 1-10/+9
2015-04-17ptrace: fix race between ptrace_resume() and wait_task_stopped()Gravatar Oleg Nesterov 1-0/+20
2015-02-17ptrace: remove linux/compat.h inclusion under CONFIG_COMPATGravatar Fabian Frederick 1-1/+0
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Gravatar Oleg Nesterov 1-20/+3
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 1-7/+1
2014-03-06kernel/compat: convert to COMPAT_SYSCALL_DEFINEGravatar Heiko Carstens 1-2/+2
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsGravatar Kees Cook 1-1/+2
2013-09-11__ptrace_may_access() should not deny sub-threadsGravatar Mark Grondona 1-1/+1
2013-08-06Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Gravatar Oleg Nesterov 1-1/+0
2013-07-09ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Gravatar Oleg Nesterov 1-0/+1
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Gravatar Oleg Nesterov 1-16/+0