Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:force_sig_info

Proto:int force_sig_info(struct kernel_siginfo *info)

Type:int

Parameter:

TypeParameterName
struct kernel_siginfo *info
1336  Return Force a signal that the process can't ignore: if necessary* we unblock the signal and change any SIG_IGN to SIG_DFL.* Note: If we unblock the signal, we always reset it to SIG_DFL,* since we do not want to have a signal handler that was blocked
Caller
NameDescribe
force_sig
force_sig_mceerr
force_sig_bnderr
force_sig_pkuerr
force_sig_ptrace_errno_trapFor the crazy architectures that include trap information in* the errno field, instead of an actual errno value.