diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-02-15 09:47:28 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-02-15 10:04:10 +0100 |
| commit | 6be0f1f57faa36df4b215edbe2fcfdbbb6de9f6d (patch) | |
| tree | 3b6fdd9227c18feb9d42cb1cdfa336903b074c05 /dashboard/config/linux/bits/subsystems.yml | |
| parent | 76315cbfa2162f3d5e23db179626dedb9dab7e76 (diff) | |
dashboard/config/linux: enable LRU_GEN on some instances
As requested here:
https://lore.kernel.org/linux-mm/20230215015231.3646-1-hdanton@sina.com/
Diffstat (limited to 'dashboard/config/linux/bits/subsystems.yml')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
