config: replace stack protector config [1/1]
authorTao Zeng <tao.zeng@amlogic.com>
Mon, 28 Jan 2019 02:18:11 +0000 (10:18 +0800)
committerLuan Yuan <luan.yuan@amlogic.com>
Wed, 13 Mar 2019 12:22:30 +0000 (20:22 +0800)
commitaba0c6e3196d87222610d90f48c4e2cbd975e22a
tree99b6a11305a5953e27482351e224045d01e35066
parent88ab1a6088633839a1037e84a751187c67ac480b
config: replace stack protector config [1/1]

PD#SWPL-4617

Problem:
CONFIG_CC_STACKPROTECTOR_STRONG will increase stack size for some large
functions and may cause stack overflow problems or increase real stack
usage after we have enabled VMAP STACK config. But direct remove it
from defconfig will cause CTS fail.

Solution:
using CONFIG_CC_STACKPROTECTOR_STRONG_AMLOGIC for real stack protect
config

Verify:
p212

Change-Id: I1ccba2ef6ab5ea6f2987af2986e0cf222da1a7c7
Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
Makefile
arch/Kconfig
arch/arm64/configs/meson64_defconfig