aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-07-10 09:29:19 +0200
committerAlexander Potapenko <glider@google.com>2024-07-10 08:59:16 +0000
commit9e136b95503a540d35e7bace3e89b77f13a672b1 (patch)
tree171240129d28ac49909bb616b8ccecf7aec180a8 /dashboard/config/linux/bits
parentbc144f9a58782daa2399d417b56aad80e82a219e (diff)
dashboard/config: enable LRU_GEN for most instances
It's not the default for most kernels, so it makes sense to test it more. E.g. for KCSAN, KMSAN we have only 1 instance, makes sense to test LRU_GEN.
Diffstat (limited to 'dashboard/config/linux/bits')
-rw-r--r--dashboard/config/linux/bits/base.yml8
-rw-r--r--dashboard/config/linux/bits/subsystems.yml8
2 files changed, 8 insertions, 8 deletions
diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml
index 26e25e77f..5bf9030d3 100644
--- a/dashboard/config/linux/bits/base.yml
+++ b/dashboard/config/linux/bits/base.yml
@@ -171,6 +171,14 @@ config:
- CONFIGFS_FS
- SECURITYFS
+ # Multi-gen LRU is the new better LRU implementation
+ # that is supposed to be the default in future,
+ # so we want to enable it in most tested kernels.
+ # It has no relation to smack, but we use the smack tag
+ # just to get some kernels tested w/o multi-gen LRU as well.
+ - LRU_GEN: [v6.1, -nodefconfig, -smack]
+ - LRU_GEN_ENABLED: [v6.1, -nodefconfig, -smack]
+
# More debugging info is always good.
- NMI_CHECK_CPU: [x86_64, v6.3]
diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml
index e14bb7b2e..b5cee2d42 100644
--- a/dashboard/config/linux/bits/subsystems.yml
+++ b/dashboard/config/linux/bits/subsystems.yml
@@ -590,14 +590,6 @@ config:
- DAMON_RECLAIM: [v5.17]
- ZSWAP_DEFAULT_ON: [v5.7]
- # Multi-gen LRU is the new better LRU implementation
- # that is supposed to be the default in future,
- # so we want to enable it in most tested kernels.
- # It has no relation to smack, but we use the smack tag
- # just to get some kernels tested w/o multi-gen LRU as well.
- - LRU_GEN: [v6.1, -smack]
- - LRU_GEN_ENABLED: [v6.1, -smack]
-
# For testing of core dumping functionality itself.
- COREDUMP
- ELF_CORE