--- zzzz-none-000/linux-5.15.111/arch/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/arch/Kconfig 2024-02-07 09:27:15.000000000 +0000 @@ -627,6 +627,15 @@ help Selected if the kernel will be built using Clang's LTO feature. +config CC_STACKPROTECTOR_BUG_ON_FAIL + bool "Detection of stack-corruption will trigger BUG()" + default n + depends on STACKPROTECTOR + help + Detection of stack-corruption will trigger BUG(). + Depending on the implementation of BUG(), further info + (backtrace, registerdump, stacktrace) possible. + config ARCH_SUPPORTS_LTO_CLANG bool help @@ -1295,6 +1304,9 @@ config ARCH_HAS_PARANOID_L1D_FLUSH bool +config AVM_TRACE_INIT_SIGNALS + def_bool n + source "kernel/gcov/Kconfig" source "scripts/gcc-plugins/Kconfig"