Home
last modified time | relevance | path

Searched refs:KFENCE_ERROR_UAF (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/mm/kfence/
H A Dkfence_test.c119 case KFENCE_ERROR_UAF: in report_matches()
150 case KFENCE_ERROR_UAF: in report_matches()
375 .type = KFENCE_ERROR_UAF, in test_use_after_free_read()
575 .type = KFENCE_ERROR_UAF, in test_init_on_free()
677 .type = KFENCE_ERROR_UAF, in test_memcache_typesafe_by_rcu()
713 .type = KFENCE_ERROR_UAF, in test_krealloc()
H A Dkfence.h135 KFENCE_ERROR_UAF, /* Detected a use-after-free access. */ enumerator
H A Dreport.c59 case KFENCE_ERROR_UAF: in get_stack_skipnr()
237 case KFENCE_ERROR_UAF: in kfence_report_error()
H A Dcore.c1243 error_type = KFENCE_ERROR_UAF; in kfence_handle_page_fault()