Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\kasan\common.c Create Date:2022-07-28 15:50:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__kasan_unpoison_stack

Proto:static void __kasan_unpoison_stack(struct task_struct *task, const void *sp)

Type:void

Parameter:

TypeParameterName
struct task_struct *task
const void *sp
177  base = task_stack_page(task)
178  size = sp - base
180  kasan_unpoison_shadow(base, size)
Caller
NameDescribe
kasan_unpoison_task_stackUnpoison the entire stack for a task.