From 6be0f1f57faa36df4b215edbe2fcfdbbb6de9f6d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 15 Feb 2023 09:47:28 +0100 Subject: dashboard/config/linux: enable LRU_GEN on some instances As requested here: https://lore.kernel.org/linux-mm/20230215015231.3646-1-hdanton@sina.com/ --- dashboard/config/linux/bits/subsystems.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 288d73310..b083b3f88 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -578,6 +578,14 @@ config: - DAMON_DBGFS: [v5.15] - DAMON_RECLAIM: [v5.17] + # 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