Home
last modified time | relevance | path

Searched refs:KFENCE_ERROR_CORRUPTION (Results 1 – 3 of 3) sorted by relevance

/linux/mm/kfence/
H A Dkfence.h137 KFENCE_ERROR_CORRUPTION, /* Detected a memory corruption on free. */ enumerator
H A Dkfence_test.c123 case KFENCE_ERROR_CORRUPTION: in report_matches()
154 case KFENCE_ERROR_CORRUPTION: in report_matches()
439 .type = KFENCE_ERROR_CORRUPTION, in test_corruption()
510 .type = KFENCE_ERROR_CORRUPTION, in test_kmalloc_aligned_oob_write()
H A Dcore.c354 fault = kfence_report_error((unsigned long)addr, false, NULL, meta, KFENCE_ERROR_CORRUPTION); in check_canary_byte()