Lines Matching refs:pr_info
25 pr_info("out-of-bounds to right\n"); in kmalloc_oob_right()
41 pr_info("out-of-bounds to left\n"); in kmalloc_oob_left()
57 pr_info("kmalloc_node(): out-of-bounds to right\n"); in kmalloc_node_oob_right()
73 pr_info("kmalloc large allocation: out-of-bounds to right\n"); in kmalloc_large_oob_rigth()
90 pr_info("out-of-bounds after krealloc more\n"); in kmalloc_oob_krealloc_more()
109 pr_info("out-of-bounds after krealloc less\n"); in kmalloc_oob_krealloc_less()
127 pr_info("kmalloc out-of-bounds for 16-bytes access\n"); in kmalloc_oob_16()
146 pr_info("out-of-bounds in memset\n"); in kmalloc_oob_in_memset()
162 pr_info("use-after-free\n"); in kmalloc_uaf()
178 pr_info("use-after-free in memset\n"); in kmalloc_uaf_memset()
194 pr_info("use-after-free after another kmalloc\n"); in kmalloc_uaf2()
223 pr_info("out-of-bounds in kmem_cache_alloc\n"); in kmem_cache_oob()
243 pr_info("out-of-bounds global variable\n"); in kasan_global_oob()
253 pr_info("out-of-bounds on stack\n"); in kasan_stack_oob()