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 16FDD138350 for ; Fri, 17 Apr 2020 15:47:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29F34E08A6; Fri, 17 Apr 2020 15:47:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1020BE08A6 for ; Fri, 17 Apr 2020 15:47:42 +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 2A1F934F231 for ; Fri, 17 Apr 2020 15:47:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDF6918F for ; Fri, 17 Apr 2020 15:47:39 +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: <1587138441.b366c77d6dbdcabdd71b8447c45ca84abd1a258b.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.5 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: b366c77d6dbdcabdd71b8447c45ca84abd1a258b X-VCS-Branch: 5.5 Date: Fri, 17 Apr 2020 15:47:39 +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: 97903885-4859-481a-b107-19874ec78199 X-Archives-Hash: 69784dedf4165ff2921d8b07bfdd47f1 commit: b366c77d6dbdcabdd71b8447c45ca84abd1a258b Author: Mike Pagano gentoo org> AuthorDate: Wed Apr 15 15:19:42 2020 +0000 Commit: Mike Pagano gentoo org> CommitDate: Fri Apr 17 15:47:21 2020 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b366c77d Update distro Kconfig to support needed options for elogind Signed-off-by: Mike Pagano gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 20b9f54..581cb20 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,14 +1,14 @@ ---- a/Kconfig 2019-12-30 16:37:13.825731109 -0500 -+++ b/Kconfig 2019-12-30 16:36:59.575609049 -0500 +--- a/Kconfig 2020-04-15 11:05:30.202413863 -0400 ++++ b/Kconfig 2020-04-15 10:37:45.683952949 -0400 @@ -32,3 +32,5 @@ source "lib/Kconfig" source "lib/Kconfig.debug" source "Documentation/Kconfig" + +source "distro/Kconfig" ---- /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 @@ +--- /dev/null 2020-04-15 02:49:37.900191585 -0400 ++++ b/distro/Kconfig 2020-04-15 11:07:10.952929540 -0400 +@@ -0,0 +1,156 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -91,7 +91,12 @@ + depends on GENTOO_LINUX + + select BINFMT_SCRIPT ++ select CGROUPS ++ select EPOLL + select FILE_LOCKING ++ select INOTIFY_USER ++ select SIGNALFD ++ select TIMERFD + + help + The init system is the first thing that loads after the kernel booted.