Home
last modified time | relevance | path

Searched refs:bug_type (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/mm/kasan/
Dreport.c52 const char *bug_type = "unknown-crash"; in print_error_description() local
73 bug_type = "out-of-bounds"; in print_error_description()
77 bug_type = "slab-out-of-bounds"; in print_error_description()
80 bug_type = "global-out-of-bounds"; in print_error_description()
86 bug_type = "stack-out-of-bounds"; in print_error_description()
90 bug_type = "use-after-free"; in print_error_description()
95 bug_type, (void *)info->ip, in print_error_description()
210 const char *bug_type; in kasan_report_error() local
222 bug_type = "null-ptr-deref"; in kasan_report_error()
224 bug_type = "user-memory-access"; in kasan_report_error()
[all …]
/linux-4.4.14/arch/arm/kernel/
Dtraps.c321 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die() local
326 bug_type = report_bug(regs->ARM_pc, regs); in die()
327 if (bug_type != BUG_TRAP_TYPE_NONE) in die()