From: Hauke Mehrtens Date: Fri, 17 Jul 2020 21:27:41 +0000 (+0200) Subject: build: Remove dependency of user space stack cookies from kernel X-Git-Tag: v21.02.0-rc1~2121 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f94b09867d7f3f32c7da01675a6559f4b4b94803;p=openwrt%2Fopenwrt.git build: Remove dependency of user space stack cookies from kernel Currently the user space stack cookies work well also when the kernel stack cookies are not activated. This is handled completely in user space and does not need kernel support. This dependency was probably needed some years ago when the libc did not support stack cookies. Reviewed-by: Ian Cooper Signed-off-by: Hauke Mehrtens --- diff --git a/config/Config-build.in b/config/Config-build.in index ac1e05d2ff..199277167b 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -256,10 +256,8 @@ menu "Global build settings" bool "None" config PKG_CC_STACKPROTECTOR_REGULAR bool "Regular" - depends on KERNEL_CC_STACKPROTECTOR_REGULAR config PKG_CC_STACKPROTECTOR_STRONG bool "Strong" - depends on KERNEL_CC_STACKPROTECTOR_STRONG endchoice choice