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/upstream-unmaintained.config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dashboard/config/linux/upstream-unmaintained.config') diff --git a/dashboard/config/linux/upstream-unmaintained.config b/dashboard/config/linux/upstream-unmaintained.config index 26a5edf6d..953a7a32d 100644 --- a/dashboard/config/linux/upstream-unmaintained.config +++ b/dashboard/config/linux/upstream-unmaintained.config @@ -999,7 +999,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 -- cgit mrf-deployment