From 9e136b95503a540d35e7bace3e89b77f13a672b1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 10 Jul 2024 09:29:19 +0200 Subject: 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. --- dashboard/config/linux/bits/base.yml | 8 ++++++++ dashboard/config/linux/bits/subsystems.yml | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'dashboard/config/linux/bits') 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 -- cgit mrf-deployment