Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:force_sig_fault_to_task

Proto:int force_sig_fault_to_task(int sig, int code, void __user *addr ___ARCH_SI_IA64(int imm, unsigned int flags, unsigned long isr), struct task_struct *t)

Type:int

Parameter:

TypeParameterName
intsig
intcode
void __user *addr
struct task_struct *t
1658  clear_siginfo( & info)
1659  si_signo = sig
1660  si_errno = 0
1661  si_code = code
1662  si_addr = addr
1671  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_fault