Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:print_error_description

Proto:static void print_error_description(struct kasan_access_info *info)

Type:void

Parameter:

TypeParameterName
struct kasan_access_info *info
71  pr_err("BUG: KASAN: %s in %pS\n", get_bug_type(info), (void * )ip)
73  pr_err("%s of size %zu at addr %px by task %s/%d\n", is_write ? "Write" : "Read", access_size, access_addr, comm, task_pid_nr(current process))
Caller
NameDescribe
__kasan_report