[PATCH 2/9] kasan: replace kasan_arch_is_ready with kasan_enabled
Christophe Leroy
christophe.leroy at csgroup.eu
Wed Jun 25 03:27:04 PDT 2025
Le 25/06/2025 à 11:52, Sabyrzhan Tasbolatov a écrit :
> Replace the existing kasan_arch_is_ready() calls with kasan_enabled().
> Drop checks where the caller is already under kasan_enabled() condition.
If I understand correctly, it means that KASAN won't work anymore
between patch 2 and 9, because until the arch calls kasan_init_generic()
kasan_enabled() will return false.
The transition should be smooth and your series should remain bisectable.
Or am I missing something ?
Christophe
More information about the linux-um
mailing list