From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 215F7158009 for ; Wed, 28 Jun 2023 15:10:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ABE3E0858; Wed, 28 Jun 2023 15:10:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3917FE0858 for ; Wed, 28 Jun 2023 15:10:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01627341001 for ; Wed, 28 Jun 2023 15:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 404C3135 for ; Wed, 28 Jun 2023 15:10:10 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1687964962.1a279fb3c8dde317da95cb394477ea9a961f8302.bkohler@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/kernel-generic-config X-VCS-Directories: defaults/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 1a279fb3c8dde317da95cb394477ea9a961f8302 X-VCS-Branch: master Date: Wed, 28 Jun 2023 15:10:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2279f3a0-dca9-4e1f-a95a-bedc9dbc3567 X-Archives-Hash: fb0cb2c1146403279246b9719f2559bc commit: 1a279fb3c8dde317da95cb394477ea9a961f8302 Author: Ben Kohler gentoo org> AuthorDate: Wed Jun 28 15:09:22 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Jun 28 15:09:22 2023 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=1a279fb3 defaults/kernel-generic-config: enable multi-gen LRU Bug: https://bugs.gentoo.org/908512 Signed-off-by: Ben Kohler gentoo.org> defaults/kernel-generic-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config index 927a44d..ac98e60 100644 --- a/defaults/kernel-generic-config +++ b/defaults/kernel-generic-config @@ -3315,6 +3315,8 @@ CONFIG_LPC_ICH=m CONFIG_LP_CONSOLE=y CONFIG_LPC_SCH=m CONFIG_LRU_CACHE=m +CONFIG_LRU_GEN=y +CONFIG_LRU_GEN_ENABLED=y CONFIG_LSI_ET1011C_PHY=m CONFIG_LSM_MMAP_MIN_ADDR=65536 CONFIG_LSM="yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor"