From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D48B113838B for ; Mon, 22 Sep 2014 23:37:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C085EE0A7C; Mon, 22 Sep 2014 23:37:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B3E2E0A7C for ; Mon, 22 Sep 2014 23:37:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CDEE3402AC for ; Mon, 22 Sep 2014 23:37:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25E115F48 for ; Mon, 22 Sep 2014 23:37:05 +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: <1411429035.935e025ffecfe6c163188f4f9725352501bf0a6e.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:3.16 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: 935e025ffecfe6c163188f4f9725352501bf0a6e X-VCS-Branch: 3.16 Date: Mon, 22 Sep 2014 23:37:05 +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-Archives-Salt: 4f4c72a6-6230-4581-8478-c7e36703e364 X-Archives-Hash: 36d74076867f3005b05cb5f142243df2 commit: 935e025ffecfe6c163188f4f9725352501bf0a6e Author: Mike Pagano gentoo org> AuthorDate: Mon Sep 22 23:37:15 2014 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Sep 22 23:37:15 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=935e025f Fix UDEV auto selection to add FHANDLE. Remove from systemd. Thanks to Steven Presser. See bug #523126 --- 4567_distro-Gentoo-Kconfig.patch | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 652e2a7..71dbf09 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,15 +1,15 @@ ---- a/Kconfig 2014-04-02 09:45:05.389224541 -0400 -+++ b/Kconfig 2014-04-02 09:45:39.269224273 -0400 +--- a/Kconfig 2014-04-02 09:45:05.389224541 -0400 ++++ b/Kconfig 2014-04-02 09:45:39.269224273 -0400 @@ -8,4 +8,6 @@ config SRCARCH - string - option env="SRCARCH" - + string + option env="SRCARCH" + +source "distro/Kconfig" + source "arch/$SRCARCH/Kconfig" ---- 1969-12-31 19:00:00.000000000 -0500 -+++ b/distro/Kconfig 2014-04-02 09:57:03.539218861 -0400 -@@ -0,0 +1,108 @@ +--- /dev/null 2014-09-22 14:19:24.316977284 -0400 ++++ distro/Kconfig 2014-09-22 19:30:35.670959281 -0400 +@@ -0,0 +1,109 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -34,6 +34,8 @@ + select DEVTMPFS + select TMPFS + ++ select FHANDLE ++ + select MMU + select SHMEM + @@ -89,7 +91,6 @@ + select CGROUPS + select EPOLL + select FANOTIFY -+ select FHANDLE + select INOTIFY_USER + select NET + select NET_NS