Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kmalloc_tests_init

Proto:static int __init kmalloc_tests_init(void)

Type:int

Parameter:Nothing

783  multishot = kasan_save_enable_multi_shot()
785  Note: test functions are marked noinline so that their names appear in* reports.
786  kmalloc_oob_left()
787  kmalloc_node_oob_right()
789  kmalloc_pagealloc_oob_right()
790  kmalloc_pagealloc_uaf()
791  kmalloc_pagealloc_invalid_free()
793  kmalloc_large_oob_right()
794  kmalloc_oob_krealloc_more()
795  kmalloc_oob_krealloc_less()
796  kmalloc_oob_16()
797  kmalloc_oob_in_memset()
798  kmalloc_oob_memset_2()
799  kmalloc_oob_memset_4()
800  kmalloc_oob_memset_8()
801  kmalloc_oob_memset_16()
802  kmalloc_uaf()
803  kmalloc_uaf_memset()
804  kmalloc_uaf2()
805  kfree_via_page()
806  kfree_via_phys()
807  kmem_cache_oob()
808  memcg_accounted_kmem_cache()
809  kasan_stack_oob()
810  kasan_global_oob()
811  kasan_alloca_oob_left()
812  kasan_alloca_oob_right()
813  ksize_unpoisons_memory()
814  copy_user_test()
815  kmem_cache_double_free()
816  kmem_cache_invalid_free()
817  kasan_memchr()
818  kasan_memcmp()
819  kasan_strings()
820  kasan_bitops()
821  kmalloc_double_kzfree()
822  vmalloc_oob()
824  kasan_restore_multi_shot(multishot)
826  Return -EAGAIN