1. config_cc_stackprotector_strong的具体含义和用途 config_cc_stackprotector_strong 是一个编译配置选项,用于启用GCC编译器的强栈保护(Stack Protector Strong)功能。栈保护是一种安全特性,旨在防止栈溢出攻击,通过检测栈上的潜在缓冲区溢出并提前终止程序来增强程序的安全性。强栈保护相比普通的栈
In a032106 config/kernel/linux-rockchip64-current.config was updated to gcc 9. As a result the following options were enabled CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y CONFIG_STACKPROTECTOR_PER_TASK=y This breaks compiling kernel modules on...
Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler