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 A4E2015808B for ; Tue, 12 Apr 2022 17:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77BBA2BC002; Tue, 12 Apr 2022 17:39:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 864B22BC00C for ; Tue, 12 Apr 2022 17:39:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F813341C39 for ; Tue, 12 Apr 2022 17:39:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B473C290 for ; Tue, 12 Apr 2022 17:39:26 +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: <1649785107.40752e90343c0e69ce5634eb893e6a54d7c5c44b.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: 40752e90343c0e69ce5634eb893e6a54d7c5c44b X-VCS-Branch: master Date: Tue, 12 Apr 2022 17:39:26 +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: c345b348-7201-4907-92c7-fbb211f4897b X-Archives-Hash: b3dfc18b155bd3af6495c374660bc523 commit: 40752e90343c0e69ce5634eb893e6a54d7c5c44b Author: Mike Pagano gentoo org> AuthorDate: Tue Apr 12 17:38:27 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Tue Apr 12 17:38:27 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=40752e90 Select AUTOFS_FS when GENTOO_LINUX_INIT_SYSTEMD selected Bug: https://bugs.gentoo.org/838082 Signed-off-by: Mike Pagano gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 3712fa96..9eefdc31 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,14 +1,14 @@ ---- a/Kconfig 2021-06-04 19:03:33.646823432 -0400 -+++ b/Kconfig 2021-06-04 19:03:40.508892817 -0400 +--- a/Kconfig 2022-04-12 13:11:48.403113171 -0400 ++++ b/Kconfig 2022-04-12 13:12:36.530084675 -0400 @@ -30,3 +30,5 @@ source "lib/Kconfig" source "lib/Kconfig.debug" source "Documentation/Kconfig" + +source "distro/Kconfig" ---- /dev/null 2022-01-29 13:28:12.679255142 -0500 -+++ b/distro/Kconfig 2022-01-29 15:29:29.800465617 -0500 -@@ -0,0 +1,285 @@ +--- /dev/null 2022-04-12 05:39:54.696333295 -0400 ++++ b/distro/Kconfig 2022-04-12 13:21:04.666379519 -0400 +@@ -0,0 +1,286 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -122,6 +122,7 @@ + depends on GENTOO_LINUX && GENTOO_LINUX_UDEV + + select AUTOFS4_FS ++ select AUTOFS_FS + select BLK_DEV_BSG + select BPF_SYSCALL + select CGROUP_BPF