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 722A4138334 for ; Mon, 30 Dec 2019 22:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97CF8E095A; Mon, 30 Dec 2019 22:24:48 +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 7BCF2E095A for ; Mon, 30 Dec 2019 22:24:48 +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 4DCF334DB59 for ; Mon, 30 Dec 2019 22:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2E972B for ; Mon, 30 Dec 2019 22:24:44 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1577744475.e629f5c99b50167913b9ea2419ae949b4c9cac1d.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:master commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: e629f5c99b50167913b9ea2419ae949b4c9cac1d X-VCS-Branch: master Date: Mon, 30 Dec 2019 22:24:44 +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: 1e09aa61-438e-499e-b34f-74ed2130f11f X-Archives-Hash: 7972f38897186476e0c5e9ffba34bd39 commit: e629f5c99b50167913b9ea2419ae949b4c9cac1d Author: Mike Pagano gentoo org> AuthorDate: Mon Dec 30 22:21:15 2019 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Dec 30 22:21:15 2019 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e629f5c9 Add CONFIG selections for GENTOO_LINUX_INIT_SYSTEMD Adding CGROUP_BPF and it's dependency BPF_SYSCALL Bug: https://bugs.gentoo.org/704284 Signed-off-by: Mike Pagano gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index ecff093..20b9f54 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,14 +1,14 @@ ---- a/Kconfig 2019-08-07 08:33:43.669367779 -0400 -+++ b/Kconfig 2019-08-07 08:34:29.669657000 -0400 +--- a/Kconfig 2019-12-30 16:37:13.825731109 -0500 ++++ b/Kconfig 2019-12-30 16:36:59.575609049 -0500 @@ -32,3 +32,5 @@ source "lib/Kconfig" source "lib/Kconfig.debug" source "Documentation/Kconfig" + +source "distro/Kconfig" ---- /dev/null 2019-09-18 03:31:42.730171526 -0400 -+++ b/distro/Kconfig 2019-09-18 13:28:03.170769896 -0400 -@@ -0,0 +1,149 @@ +--- /dev/null 2019-12-30 10:19:12.810163556 -0500 ++++ b/distro/Kconfig 2019-12-30 16:42:52.928524222 -0500 +@@ -0,0 +1,151 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -114,6 +114,8 @@ + + select AUTOFS4_FS + select BLK_DEV_BSG ++ select BPF_SYSCALL ++ select CGROUP_BPF + select CGROUPS + select CHECKPOINT_RESTORE + select CRYPTO_HMAC