函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_overflow.c Create Date:2022-07-27 07:28:43
Last Modify:2022-05-18 10:03:51 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Allocator uses a trailing node argument --------+ (e.g. kmalloc_node())* Allocator uses the gfp_t argument -----------+ | (e.g. kmalloc())* Allocator uses a special leading argument + | | (e.g. devm_kmalloc())* | | |

函数原型:static int __attribute__((__section__(".init.text"))) __attribute__((__cold__))test_devm_kmalloc(void *arg)

返回类型:int

参数:

类型参数名称
void *arg
559  a等于5乘4096
559  b等于0的反除5乘4096加1
559  ptr等于managed devm_k.alloc/kfree for device drivers
559  如果非ptr
559  printk("\0014"KBUILD_MODNAME": devm_kmalloc failed regular allocation?!\n", )
559  返回:1
559  devm_kfree(arg, ptr)
559  ptr等于managed devm_k.alloc/kfree for device drivers
559  如果非ptr
559  printk("\0014"KBUILD_MODNAME": devm_kmalloc unexpectedly failed bad wrapping?!\n", )
559  返回:1
559  devm_kfree(arg, ptr)
559  ptr等于managed devm_k.alloc/kfree for device drivers
559  如果ptr
559  printk("\0014"KBUILD_MODNAME": devm_kmalloc missed saturation!\n", )
559  devm_kfree(arg, ptr)
559  返回:1
559  printk("\0016"KBUILD_MODNAME": devm_kmalloc detected saturation\n", )
559  返回:0
调用者
名称描述
test_overflow_allocationAllocator uses a trailing node argument --------+ (e.g. kmalloc_node())* Allocator uses the gfp_t argument -----------+ | (e.g. kmalloc())* Allocator uses a special leading argument + | | (e.g. devm_kmalloc())* | | |