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/upstream-leak-base.config | |
| 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/upstream-leak-base.config')
| -rw-r--r-- | dashboard/config/linux/upstream-leak-base.config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-leak-base.config b/dashboard/config/linux/upstream-leak-base.config index 6bf017510..900b2d52b 100644 --- a/dashboard/config/linux/upstream-leak-base.config +++ b/dashboard/config/linux/upstream-leak-base.config @@ -1006,7 +1006,10 @@ CONFIG_MEMFD_CREATE=y CONFIG_SECRETMEM=y # CONFIG_ANON_VMA_NAME is not set # CONFIG_USERFAULTFD is not set -# CONFIG_LRU_GEN is not set +CONFIG_LRU_GEN=y +CONFIG_LRU_GEN_ENABLED=y +# CONFIG_LRU_GEN_STATS is not set +CONFIG_LRU_GEN_WALKS_MMU=y CONFIG_ARCH_SUPPORTS_PER_VMA_LOCK=y CONFIG_PER_VMA_LOCK=y CONFIG_LOCK_MM_AND_FIND_VMA=y |
