Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:3.17 commit in: /
Date: Fri, 02 Jan 2015 19:09:56
Message-Id: 1420225792.414a3eeea1eb4c6c76b2a437d934802eb665c06d.mpagano@gentoo
1 commit: 414a3eeea1eb4c6c76b2a437d934802eb665c06d
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 2 19:09:52 2015 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 2 19:09:52 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=414a3eee
7
8 Add DEVPTS_MULTIPLE_INSTANCES when GENTOO_LINUX_INIT_SYSTEMD is selected. See bug #534216
9
10 ---
11 4567_distro-Gentoo-Kconfig.patch | 18 +++++++++---------
12 1 file changed, 9 insertions(+), 9 deletions(-)
13
14 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
15 index f26dc14..690454a 100644
16 --- a/4567_distro-Gentoo-Kconfig.patch
17 +++ b/4567_distro-Gentoo-Kconfig.patch
18 @@ -1,14 +1,14 @@
19 ---- a/Kconfig 2014-04-02 09:45:05.389224541 -0400
20 -+++ b/Kconfig 2014-04-02 09:45:39.269224273 -0400
21 +--- a/Kconfig 2014-04-02 09:45:05.389224541 -0400
22 ++++ b/Kconfig 2014-04-02 09:45:39.269224273 -0400
23 @@ -8,4 +8,6 @@ config SRCARCH
24 - string
25 - option env="SRCARCH"
26 -
27 + string
28 + option env="SRCARCH"
29 +
30 +source "distro/Kconfig"
31 +
32 source "arch/$SRCARCH/Kconfig"
33 ---- /dev/null 2014-09-22 14:19:24.316977284 -0400
34 -+++ a/distro/Kconfig 2014-09-22 19:30:35.670959281 -0400
35 +--- a/distro/Kconfig 1969-12-31 19:00:00.000000000 -0500
36 ++++ b/distro/Kconfig 2015-01-02 13:54:45.589830665 -0500
37 @@ -0,0 +1,109 @@
38 +menu "Gentoo Linux"
39 +
40 @@ -34,8 +34,6 @@
41 + select DEVTMPFS
42 + select TMPFS
43 +
44 -+ select FHANDLE
45 -+
46 + select MMU
47 + select SHMEM
48 +
49 @@ -89,8 +87,10 @@
50 + select AUTOFS4_FS
51 + select BLK_DEV_BSG
52 + select CGROUPS
53 ++ select DEVPTS_MULTIPLE_INSTANCES
54 + select EPOLL
55 + select FANOTIFY
56 ++ select FHANDLE
57 + select INOTIFY_USER
58 + select NET
59 + select NET_NS