Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\compat.h Create Date:2022-07-28 05:47:26
Last Modify:2022-05-20 16:28:57 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Defined inline such that size can be compile time constant, which avoids* CONFIG_HARDENED_USERCOPY complaining about copies from task_struct

Proto:static inline int put_compat_sigset(compat_sigset_t __user *compat, const sigset_t *set, unsigned int size)

Type:int

Parameter:

TypeParameterName
compat_sigset_t __user *compat
const sigset_t *set
unsigned intsize
463  Return If copy_to_user(compat, set, size) Then -EFAULT Else 0
Caller
NameDescribe
COMPAT_SYSCALL_DEFINE4
COMPAT_SYSCALL_DEFINE2
COMPAT_SYSCALL_DEFINE4