aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--CONTRIBUTORS2
-rw-r--r--dashboard/config/linux/bits/android.yml3
3 files changed, 6 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 635b25450..c0c5804dc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -46,3 +46,4 @@ Microsoft Corporation
Muhammad Usama Anjum
ANSSI
Chuck Silvers
+Lee Jones
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
diff --git a/dashboard/config/linux/bits/android.yml b/dashboard/config/linux/bits/android.yml
index f93d782ed..eacac8a0c 100644
--- a/dashboard/config/linux/bits/android.yml
+++ b/dashboard/config/linux/bits/android.yml
@@ -7,3 +7,6 @@ config:
# gki_defconfig defaults to KERNEL_LZ4, but we don't have lz4 installed,
# and the package lz4 is not available on the syzbot distros.
- KERNEL_GZIP
+ # Android has back-ported the KASAN_STACK_ENABLE => KASAN_STACK rename from v5.11
+ - KASAN_STACK_ENABLE: [n, v5.10, override]
+ - KASAN_STACK: [v5.10, override]