diff options
| author | Lee Jones <lee.jones@linaro.org> | 2021-10-20 10:53:56 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-20 16:10:48 +0200 |
| commit | fc4d12e78d25e7b562ccf03c313b85efb14e5182 (patch) | |
| tree | b5155ef86866d2da86b5fc3daffa89163ecce59a /dashboard/config/linux/bits/android.yml | |
| parent | 271e6401d0e6140964d02fd5f18972fb6b732ae8 (diff) | |
dashboard/config/linux: preserve behavour exhibited by gki_defconfig build
"cgroup_disable=pressure cgroup.memory=nokmem" would affect kernel behaviour.
Suggested-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'dashboard/config/linux/bits/android.yml')
| -rw-r--r-- | dashboard/config/linux/bits/android.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/android.yml b/dashboard/config/linux/bits/android.yml index eacac8a0c..5f3a28cff 100644 --- a/dashboard/config/linux/bits/android.yml +++ b/dashboard/config/linux/bits/android.yml @@ -7,6 +7,8 @@ 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 + # gki_defconfig uses these settings + - CMDLINE: [append, "cgroup_disable=pressure cgroup.memory=nokmem"] # 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] |
