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 3215913888F for ; Fri, 2 Jan 2015 19:12:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8347E0794; Fri, 2 Jan 2015 19:12:41 +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 56001E0794 for ; Fri, 2 Jan 2015 19:12:41 +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 6D7063406C3 for ; Fri, 2 Jan 2015 19:12:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BFF09DDD for ; Fri, 2 Jan 2015 19:12: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: <1420225954.93d41849a3c0d15a8e604528f35b055891401379.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:3.10 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: 93d41849a3c0d15a8e604528f35b055891401379 X-VCS-Branch: 3.10 Date: Fri, 2 Jan 2015 19:12: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-Archives-Salt: 06878e4a-0152-4c96-b2e0-7f0e5a59aa72 X-Archives-Hash: 36e5a04294ab8e13c9809751c16ae955 commit: 93d41849a3c0d15a8e604528f35b055891401379 Author: Mike Pagano gentoo org> AuthorDate: Fri Jan 2 19:12:34 2015 +0000 Commit: Mike Pagano gentoo org> CommitDate: Fri Jan 2 19:12:34 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=93d41849 Add DEVPTS_MULTIPLE_INSTANCES when GENTOO_LINUX_INIT_SYSTEMD is selected. See bug #534216 --- 4567_distro-Gentoo-Kconfig.patch | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 850cabc..690454a 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,5 +1,5 @@ ---- a/Kconfig 2014-04-02 10:11:12.959212144 -0400 -+++ b/Kconfig 2014-04-02 10:11:41.139211921 -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" @@ -7,9 +7,9 @@ +source "distro/Kconfig" + source "arch/$SRCARCH/Kconfig" ---- 1969-12-31 19:00:00.000000000 -0500 -+++ b/distro/Kconfig 2014-04-02 10:14:34.049210553 -0400 -@@ -0,0 +1,110 @@ +--- a/distro/Kconfig 1969-12-31 19:00:00.000000000 -0500 ++++ b/distro/Kconfig 2015-01-02 13:54:45.589830665 -0500 +@@ -0,0 +1,109 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -35,7 +35,6 @@ + select TMPFS + + select MMU -+ select HOTPLUG + select SHMEM + + help @@ -88,13 +87,13 @@ + select AUTOFS4_FS + select BLK_DEV_BSG + select CGROUPS ++ select DEVPTS_MULTIPLE_INSTANCES + select EPOLL + select FANOTIFY + select FHANDLE -+ select HOTPLUG + select INOTIFY_USER + select NET -+ select NET_NS ++ select NET_NS + select PROC_FS + select SIGNALFD + select SYSFS