Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_stackinit.c Create Date:2022-07-28 06:37:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:No initialization without compiler instrumentation.

Proto:static __attribute__((__noinline__)) __attribute__((__section__(".init.text"))) __attribute__((__cold__)) int test_user(void)

Type:int

Parameter:Nothing

276  sum = 0
276  Do
276  When 0 cycle
276  __builtin_memset( & zero, 0x00, size of zero )
276  __builtin_memset(check_buf, 0x00, size of check_buf )
276  ignored = No initialization without compiler instrumentation.
276  When i < target_size cycle sum += check_buf[i] != 0xFF
276  If sum Then
276  printk("\0013"KBUILD_MODNAME": user: leaf fill was not 0xFF!?\n", )
276  Return 1
276  __builtin_memset(check_buf, 0x00, size of check_buf )
276  ignored = No initialization without compiler instrumentation.
276  If Not range_contains(Location and size tracking to validate fill and test are colocated. , fill_size, Location and size tracking to validate fill and test are colocated. , target_size) Then
276  printk("\0013"KBUILD_MODNAME": user: stack fill missed target!?\n", )
276  printk("\0013"KBUILD_MODNAME": user: fill %zu wide\n", fill_size)
276  printk("\0013"KBUILD_MODNAME": user: target offset by %d\n", (int)((ssize_t)(uintptr_t)Location and size tracking to validate fill and test are colocated. - (ssize_t)(uintptr_t)Location and size tracking to validate fill and test are colocated. ))
276  Return 1
276  When i < target_size cycle sum += check_buf[i] == 0xFF
276  If sum == 0 Then printk("\0016"KBUILD_MODNAME": user ok\n", )
276  Else printk("\0014"KBUILD_MODNAME": user FAIL (uninit bytes: %d)\n", sum)
276  Return sum != 0
Caller
NameDescribe
test_stackinit_init