[PATCH 6/9] kasan/um: call kasan_init_generic in kasan_init

2025-06-25 Thread Sabyrzhan Tasbolatov
Call kasan_init_generic() which enables the static flag to mark generic KASAN initialized, otherwise it's an inline stub. Delete the key `kasan_um_is_ready` in favor of the global static flag in linux/kasan-enabled.h which is enabled with kasan_init_generic(). Closes: https://bugzilla.kernel.org/

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

2025-06-25 Thread Johannes Berg
On Wed, 2025-06-25 at 14:52 +0500, Sabyrzhan Tasbolatov wrote: > Call kasan_init_generic() which enables the static flag > to mark generic KASAN initialized, otherwise it's an inline stub. > > Delete the key `kasan_um_is_ready` in favor of the global static flag in > linux/kasan-enabled.h which is