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 90917138334 for ; Mon, 30 Dec 2019 23:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2A4AE0CEA; Mon, 30 Dec 2019 23:03:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 53A3BE0CEA for ; Mon, 30 Dec 2019 23:03:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8AD6F34DB92 for ; Mon, 30 Dec 2019 23:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45D0CB2 for ; Mon, 30 Dec 2019 23:03:36 +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: <1577746978.b014867fc0dc3075e56a7802cfc781fdbb2e2eb4.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.4 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: b014867fc0dc3075e56a7802cfc781fdbb2e2eb4 X-VCS-Branch: 5.4 Date: Mon, 30 Dec 2019 23:03:36 +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: 7a65ea7a-bc00-448b-9121-69ebc2c3ab49 X-Archives-Hash: 0a8898e8c6ca6fd558ddcf16189326b1 commit: b014867fc0dc3075e56a7802cfc781fdbb2e2eb4 Author: Mike Pagano gentoo org> AuthorDate: Mon Dec 30 23:02:58 2019 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Dec 30 23:02:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b014867f 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