On Wed, Jun 25, 2025 at 3:33 PM Christophe Leroy <christophe.le...@csgroup.eu> wrote: > > > > Le 25/06/2025 à 11:52, Sabyrzhan Tasbolatov a écrit : > > Call kasan_init_generic() which enables the static flag > > to mark generic KASAN initialized, otherwise it's an inline stub. > > Also prints the banner from the single place. > > What about: > > arch/powerpc/mm/kasan/init_32.c:void __init kasan_init(void) > arch/powerpc/mm/kasan/init_book3e_64.c:void __init kasan_init(void)
Thanks, I've missed them. Will add in v2. I've also found out that I've missed: arch/arm/mm/kasan_init.c arch/riscv/mm/kasan_init.c > > Christophe >