Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\ptrace.c Create Date:2022-07-28 09:13:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Detach all tasks we were using ptrace on. Called with tasklist held* for writing.

Proto:void exit_ptrace(struct task_struct *tracer, struct list_head *dead)

Type:void

Parameter:

TypeParameterName
struct task_struct *tracer
struct list_head *dead
585  If Value for the false possibility is greater at compile time(ptrace & PT_EXITKILL) Then send_sig_info(SIGKILL, SEND_SIG_PRIV, p)
588  If Called with tasklist_lock held for writing Then list_add - add a new entry*@new: new entry to be added*@head: list head to add it after* Insert a new entry after the specified head.* This is good for implementing stacks.