--- zzzz-none-000/linux-5.4.213/lib/Kconfig.kasan 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/lib/Kconfig.kasan 2024-05-29 11:20:02.000000000 +0000 @@ -40,7 +40,6 @@ depends on (SLUB && SYSFS) || (SLAB && !DEBUG_SLAB) select SLUB_DEBUG if SLUB select CONSTRUCTORS - select STACKDEPOT help Enables generic KASAN mode. Supported in both GCC and Clang. With GCC it requires version 4.9.2 @@ -106,6 +105,7 @@ config KASAN_STACK_ENABLE bool "Enable stack instrumentation (unsafe)" if CC_IS_CLANG && !COMPILE_TEST + default n depends on KASAN help The LLVM stack address sanitizer has a know problem that @@ -122,7 +122,6 @@ config KASAN_STACK int - default 1 if KASAN_STACK_ENABLE || CC_IS_GCC default 0 config KASAN_S390_4_LEVEL_PAGING