From d1baf2f47063e58b159aad8ec4e58bd0cb2fbbfd Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Wed, 20 Oct 2021 07:20:57 +0000 Subject: dashboard/config/linux: support back-ported KASAN_STACK{_ENABLE} rename in Android KASAN_STACK_ENABLE was renamed to KASAN_STACK in kernel version v5.11. This change was also back-ported to android12-5.10, so we need to provide support for that here too or else `make configs` will complain that KASAN_STACK_ENABLE is not enabled. Signed-off-by: Lee Jones --- CONTRIBUTORS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 08bc3898a..d83ee9b4f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -97,3 +97,5 @@ ANSSI Desmond Cheong Zhi Xi Chuck Silvers Pavel Skripkin +Linaro + Lee Jones -- cgit mrf-deployment