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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71734138334 for ; Thu, 5 Dec 2019 23:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83876E094A; Thu, 5 Dec 2019 23:52:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FB1EE0948 for ; Thu, 5 Dec 2019 23:52:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8840734D820 for ; Thu, 5 Dec 2019 23:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 727CD8D4 for ; Thu, 5 Dec 2019 23:52:12 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1575409535.c8f7a864edab44c33a6a1bbe057abb2b2b6a0f83.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c8f7a864edab44c33a6a1bbe057abb2b2b6a0f83 X-VCS-Branch: master Date: Thu, 5 Dec 2019 23:52:12 +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: dccf5cd1-c15b-416e-9a1e-3a5cc7fd406e X-Archives-Hash: d9108ef6754dd09ccb8486fd9547683d commit: c8f7a864edab44c33a6a1bbe057abb2b2b6a0f83 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 3 21:33:51 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 3 21:45:35 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c8f7a864 kernel-generic-config: Enable CONFIG_CGROUP_PIDS Signed-off-by: Thomas Deutschmann gentoo.org> defaults/kernel-generic-config | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config index c20a84c..053a21a 100644 --- a/defaults/kernel-generic-config +++ b/defaults/kernel-generic-config @@ -3820,6 +3820,7 @@ CONFIG_FAIR_GROUP_SCHED=y CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_GROUP_SCHED=y CONFIG_RT_GROUP_SCHED=y +CONFIG_CGROUP_PIDS=y CONFIG_CGROUP_SCHED=y CONFIG_CGROUP_MEM_RES_CTLR=y CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y