Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2022-07-28 09:16:14
Last Modify:2020-03-17 13:28:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:These are for backward compatibility with the rest of the kernel source.

Proto:int send_sig_info(int sig, struct kernel_siginfo *info, struct task_struct *p)

Type:int

Parameter:

TypeParameterName
intsig
struct kernel_siginfo *info
struct task_struct *p
1601  If Not Test if 'sig' is valid signal. Use this instead of testing _NSIG directly Then Return -EINVAL
1604  Return do_send_sig_info(sig, info, p, PIDTYPE_PID)
Caller
NameDescribe
exit_ptraceDetach all tasks we were using ptrace on. Called with tasklist held* for writing.
send_sig
send_sig_fault
send_sig_mceerr