Bug 211775

Summary: KASAN (sw-tags): support CONFIG_KASAN_VMALLOC
Product: Memory Management Reporter: Andrey Konovalov (andreyknvl)
Component: SanitizersAssignee: MM/Sanitizers virtual assignee (mm_sanitizers)
Status: RESOLVED CODE_FIX    
Severity: normal CC: kasan-dev
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: upstream Subsystem:
Regression: No Bisected commit-id:

Description Andrey Konovalov 2021-02-15 18:51:07 UTC
Before working on this, it makes sense to add CONFIG_KASAN_VMALLOC support to the generic mode first [1]. This will allow to only focus on the interaction between tagging and vmalloc internals, without having to deal with the shadow memory.

[1] https://bugzilla.kernel.org/show_bug.cgi?id=208515