Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_overflow.c Create Date:2022-07-28 06:31:04
Last Modify:2022-05-18 10:03:51 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name: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())* | | |

Proto:static int __attribute__((__section__(".init.text"))) __attribute__((__cold__))test_kmalloc_node(void *arg)

Type:int

Parameter:

TypeParameterName
void *arg
548  a = 5 * 4096
548  b = ~0 / 5 * 4096 + 1
548  ptr = kmalloc_node(1, ((((gfp_t)(0x400u | 0x800u)) | ((gfp_t)0x40u) | ((gfp_t)0x80u)) | ((gfp_t)0x2000u)), ( - 1))
548  If Not ptr Then
548  printk("\0014"KBUILD_MODNAME": kmalloc_node failed regular allocation?!\n", )
548  Return 1
548  kfree(ptr)
548  ptr = kmalloc_node(a * b, ((((gfp_t)(0x400u | 0x800u)) | ((gfp_t)0x40u) | ((gfp_t)0x80u)) | ((gfp_t)0x2000u)), ( - 1))
548  If Not ptr Then
548  printk("\0014"KBUILD_MODNAME": kmalloc_node unexpectedly failed bad wrapping?!\n", )
548  Return 1
548  kfree(ptr)
548  ptr = kmalloc_node(array_size() - Calculate size of 2-dimensional array.*@a: dimension one*@b: dimension two* Calculates size of 2-dimensional array: @a *@b.* Returns: number of bytes needed to represent the array or SIZE_MAX on* overflow., ((((gfp_t)(0x400u | 0x800u)) | ((gfp_t)0x40u) | ((gfp_t)0x80u)) | ((gfp_t)0x2000u)), ( - 1))
548  If ptr Then
548  printk("\0014"KBUILD_MODNAME": kmalloc_node missed saturation!\n", )
548  kfree(ptr)
548  Return 1
548  printk("\0016"KBUILD_MODNAME": kmalloc_node detected saturation\n", )
548  Return 0
Caller
NameDescribe
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())* | | |