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/upstream-arm-full.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dashboard/config/linux/upstream-arm-full.config') diff --git a/dashboard/config/linux/upstream-arm-full.config b/dashboard/config/linux/upstream-arm-full.config index e4737d447..c02d63e75 100644 --- a/dashboard/config/linux/upstream-arm-full.config +++ b/dashboard/config/linux/upstream-arm-full.config @@ -938,7 +938,9 @@ CONFIG_KMAP_LOCAL=y CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY=y CONFIG_ANON_VMA_NAME=y CONFIG_USERFAULTFD=y -# CONFIG_LRU_GEN is not set +CONFIG_LRU_GEN=y +CONFIG_LRU_GEN_ENABLED=y +# CONFIG_LRU_GEN_STATS is not set # # Data Access Monitoring -- cgit mrf-deployment