summaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* ptrace_attach: shift send(SIGSTOP) into ptrace_set_stopped()Oleg Nesterov2024-02-221-8/+5
* Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-12/+1
|\
| * __ptrace_unlink: kill the obsolete "FIXME" codeOleg Nesterov2023-12-101-12/+1
* | ptrace: Convert ptrace_attach() to use lock guardsPeter Zijlstra2023-11-291-67/+61
|/
* mm: make __access_remote_vm() staticLorenzo Stoakes2023-10-181-1/+1
* ptrace: Provide set/get interface for syscall user dispatchGregory Price2023-04-161-0/+9
* rseq: Introduce extensible rseq ABIMathieu Desnoyers2022-12-271-1/+1
* freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-1/+1
* ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()Sven Schnelle2022-07-091-1/+1
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-59/+28
|\
| * sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra2022-05-111-3/+13
| * ptrace: Always take siglock in ptrace_resumeEric W. Biederman2022-05-111-11/+2
| * ptrace: Don't change __stateEric W. Biederman2022-05-111-13/+8
| * ptrace: Document that wait_task_inactive can't failEric W. Biederman2022-05-111-11/+3
| * ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman2022-05-111-3/+2
| * ptrace: Remove arch_ptrace_attachEric W. Biederman2022-05-111-18/+0
* | ptrace: remove redudant check of #ifdef PTRACE_SINGLESTEPTiezhu Yang2022-04-291-6/+0
|/
* ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZEJann Horn2022-03-221-15/+32
* ptrace: Remove second setting of PT_SEIZED in ptrace_attachEric W. Biederman2022-01-081-2/+0
* sched: Change task_struct::statePeter Zijlstra2021-06-181-6/+6
* ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov2021-05-121-1/+17
* Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar2021-04-201-1/+1
|\
| * Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"Jens Axboe2021-03-271-1/+1
* | rseq, ptrace: Add PTRACE_GET_RSEQ_CONFIGURATION requestPiotr Figiel2021-03-171-0/+25
|/
* kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signalsJens Axboe2021-02-211-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-1/+1
|\
| * mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard2020-12-151-1/+1
* | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-8/+8
|\ \ | |/ |/|
| * ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-5/+5
| * ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi2020-11-161-3/+3
* | ptrace: Set PF_SUPERPRIV when checking capabilityMickaël Salaün2020-11-171-11/+5
|/
* ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner2020-01-181-5/+10
* ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova2019-07-161-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-051-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-06-111-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-031-2/+2
* ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner2018-11-281-10/+0
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-14/+12
|\
| * 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/+5
| * 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-061-21/+6
* Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-311-0/+4
|\