[packages/kernel] - use stack protector strong instead of default one

Elan Ruusamäe glen at pld-linux.org
Mon Sep 21 09:50:44 CEST 2015


On 18.09.2015 23:48, arekm wrote:
> commit c23f33a10de6404c12685e0fe437bef15ad50104
> Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
> Date:   Fri Sep 18 22:48:44 2015 +0200
>
>      - use stack protector strong instead of default one
>
>   kernel-multiarch.config | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> ---
> diff --git a/kernel-multiarch.config b/kernel-multiarch.config
> index dd79147..704068d 100644
> --- a/kernel-multiarch.config
> +++ b/kernel-multiarch.config
> @@ -5,8 +5,8 @@
>   ARCH_MEMORY_PROBE all=n
>   CC_STACKPROTECTOR all=y
>   CC_STACKPROTECTOR_NONE all=n
> -CC_STACKPROTECTOR_REGULAR all=y
> -CC_STACKPROTECTOR_STRONG all=n
> +CC_STACKPROTECTOR_REGULAR all=n
> +CC_STACKPROTECTOR_STRONG all=y
>   EARLY_PRINTK_EFI all=n
>   EFI_MIXED all=y
>   IOSF_MBI all=m

this is for compiling kernel itself? or it affects built kernel userland?


-- 
glen



More information about the pld-devel-en mailing list