Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:If we are singlestepping, then ensure this thread is not connected to* non-fatal signals until completion of singlestep. When xol insn itself* triggers the signal, restart the original insn even if the task is

Proto:bool uprobe_deny_signal(void)

Type:bool

Parameter:Nothing

1969  t = current process
1970  utask = utask
1972  If Value is more likely to compile time(!utask || !active_uprobe) Then Return false
1975  WARN_ON_ONCE(state != UTASK_SSTEP)
1977  If signal_pending(t) Then
1978  spin_lock_irq( & siglock)
1979  clear_tsk_thread_flag(t, signal pending )
1980  spin_unlock_irq( & siglock)
1988  Return true