Bug 218318

Summary: KASAN (generic): tests for kasan_cache_create
Product: Memory Management Reporter: Andrey Konovalov (andreyknvl)
Component: SanitizersAssignee: MM/Sanitizers virtual assignee (mm_sanitizers)
Status: NEW ---    
Severity: normal CC: kasan-dev
Priority: P3    
Hardware: All   
OS: Linux   
Kernel Version: Subsystem:
Regression: No Bisected commit-id:

Description Andrey Konovalov 2023-12-25 21:13:50 UTC
kasan_cache_create is the function that assigns the location and alloc and free metadata for the Generic mode. This function performs quite a few checks and calculations.

It makes sense to add tests that kasan_cache_create assigns the metadata locations properly for various test caches.