diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-27 16:22:40 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-01-27 16:50:32 +0100 |
| commit | 371d85518be0126d0cebbdecb4902f05745e5e66 (patch) | |
| tree | d24aaf0e70d98a744cdf8c7ef90dea410ac2273a /dashboard/config/linux/bits | |
| parent | 82cf738ee6ec357abc38315dbd6b2ad431b98a48 (diff) | |
dashboard/config/linux: enable ANON_VMA_NAME and DAMON_RECLAIM
Enable new configs in v5.17 that look interesting to us.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 0b6c087ed..cda45a0e6 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -90,6 +90,7 @@ config: - MEMORY_HOTPLUG: [-arm, -riscv] - MEMORY_HOTPLUG_DEFAULT_ONLINE: [-arm, -riscv] - MEMORY_HOTREMOVE: [-arm, -riscv] + - ANON_VMA_NAME: [v5.17] - KSM - TRANSPARENT_HUGEPAGE: [-arm, -riscv] - FRONTSWAP @@ -543,3 +544,4 @@ config: - DAMON_VADDR: [v5.15] - DAMON_PADDR: [v5.16] - DAMON_DBGFS: [v5.15] + - DAMON_RECLAIM: [v5.17] |
