Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__save_altstack

Proto:int __save_altstack(stack_t __user *uss, unsigned long sp)

Type:int

Parameter:

TypeParameterName
stack_t __user *uss
unsigned longsp
4064  t = current process
4065  err = Write a simple value into user space, with less checking((void__user * )sas_ss_sp, & ss_sp) | Write a simple value into user space, with less checking(sas_ss_flags, & ss_flags) | Write a simple value into user space, with less checking(sas_ss_size, & ss_size)
4068  If err Then Return err
4070  If sas_ss_flags & disable sas during sighandling Then sas_ss_reset(t)
4072  Return 0