diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-07-10 09:29:19 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2024-07-10 08:59:16 +0000 |
| commit | 9e136b95503a540d35e7bace3e89b77f13a672b1 (patch) | |
| tree | 171240129d28ac49909bb616b8ccecf7aec180a8 /dashboard/config/linux/bits/subsystems.yml | |
| parent | bc144f9a58782daa2399d417b56aad80e82a219e (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/subsystems.yml')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 8 |
1 files changed, 0 insertions, 8 deletions
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 |
