Bug 212171

Summary: KASAN (hw-tags): use kstrtobool for bool commandline arguments
Product: Memory Management Reporter: Andrey Konovalov (andreyknvl)
Component: SanitizersAssignee: MM/Sanitizers virtual assignee (mm_sanitizers)
Status: NEW ---    
Severity: normal CC: kasan-dev
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: upstream Subsystem:
Regression: No Bisected commit-id:

Description Andrey Konovalov 2021-03-09 13:45:41 UTC
Currently, kasan and kasan.stacktrace commandline arguments only accept on and off values. Using kstrtobool seems to be a more universal and widely used approach.