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 enabled with kasan_init_generic(). > > Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218315 > Signed-off-by: Sabyrzhan Tasbolatov <snovit...@gmail.com>
Looks fine, I guess. You can test/build it without qemu - on x86 - by using 'make ARCH=um' or so. I'm assuming it'll go through some kasan tree since there are dependencies: Acked-by: Johannes Berg <johan...@sipsolutions.net> johannes