aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/base.yml
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-08-26 16:29:14 +0200
committerAleksandr Nogikh <nogikh@google.com>2024-08-29 10:25:07 +0000
commitc5a6236834d35c80142017de41da4d1515424ef5 (patch)
treee818b1ec83ab464f907a7251b628eafd71ff3d2e /dashboard/config/linux/bits/base.yml
parentef3de9e86e58ef3c70da9cf673ee44fc6f1006f9 (diff)
dashboard/config: regenerate Linux configs
Regenerate the configs using the latest mainline, linux-next and stable versions.
Diffstat (limited to 'dashboard/config/linux/bits/base.yml')
-rw-r--r--dashboard/config/linux/bits/base.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml
index 5bf9030d3..6fcfcebe2 100644
--- a/dashboard/config/linux/bits/base.yml
+++ b/dashboard/config/linux/bits/base.yml
@@ -62,7 +62,7 @@ config:
# For detection of supported syscalls
- KALLSYMS
- KALLSYMS_ALL
- - KALLSYMS_BASE_RELATIVE
+ - KALLSYMS_BASE_RELATIVE: [-v6.11]
# For namespace sandbox.
- NAMESPACES
@@ -76,6 +76,7 @@ config:
# Control groups are needed for better sandboxing of test processes.
- CGROUP_PIDS
- MEMCG
+ - MEMCG_V1: [v6.11]
# Debugging features (from kernel_configs.md, do not alpha sort).
- DEBUG_BUGVERBOSE
@@ -130,6 +131,7 @@ config:
- KCOV_INSTRUMENT_ALL: [-arm, -s390, -nokcov]
# Doesn't boot with KCOV_ENABLE_COMPARISONS on Cuttlefish.
- KCOV_ENABLE_COMPARISONS: [-arm, -s390, -nokcov, -cuttlefish]
+ - KCOV_SELFTEST: [linux-next, -baseline, -arm, -s390, -nokcov]
- DEBUG_FS
# Required for KCOV but also eliminates unnecessary non-determinism.