Re: [PATCH 9/9] kasan/powerpc: call kasan_init_generic in kasan_init

From: Christophe Leroy
Date: Wed Jun 25 2025 - 06:54:08 EST




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)

Christophe