Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:master commit in: /
Date: Fri, 01 Jul 2016 23:48:39
Message-Id: 1467416895.8b5024d2e9ee965de3ead2281ebe2d5507eed38d.mpagano@gentoo
1 commit: 8b5024d2e9ee965de3ead2281ebe2d5507eed38d
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 23:48:15 2016 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 23:48:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=8b5024d2
7
8 Select SYSVIPC when GENTOO_LINUX_PORTAGE is selected. Dependency of IPC_NS. See bug #587736.
9
10 4567_distro-Gentoo-Kconfig.patch | 13 ++++++++-----
11 1 file changed, 8 insertions(+), 5 deletions(-)
12
13 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
14 index c7af596..499b21f 100644
15 --- a/4567_distro-Gentoo-Kconfig.patch
16 +++ b/4567_distro-Gentoo-Kconfig.patch
17 @@ -1,5 +1,5 @@
18 ---- a/Kconfig
19 -+++ b/Kconfig
20 +--- a/Kconfig 2016-07-01 19:22:17.117439707 -0400
21 ++++ b/Kconfig 2016-07-01 19:21:54.371440596 -0400
22 @@ -8,4 +8,6 @@ config SRCARCH
23 string
24 option env="SRCARCH"
25 @@ -7,9 +7,9 @@
26 +source "distro/Kconfig"
27 +
28 source "arch/$SRCARCH/Kconfig"
29 ---- /dev/null
30 -+++ b/distro/Kconfig
31 -@@ -0,0 +1,131 @@
32 +--- /dev/null 2016-07-01 11:23:26.087932647 -0400
33 ++++ b/distro/Kconfig 2016-07-01 19:32:35.581415519 -0400
34 +@@ -0,0 +1,134 @@
35 +menu "Gentoo Linux"
36 +
37 +config GENTOO_LINUX
38 @@ -63,6 +63,7 @@
39 + select NAMESPACES
40 + select IPC_NS
41 + select NET_NS
42 ++ select SYSVIPC
43 +
44 + help
45 + This enables options required by various Portage FEATURES.
46 @@ -71,6 +72,8 @@
47 + CGROUPS (required for FEATURES=cgroup)
48 + IPC_NS (required for FEATURES=ipc-sandbox)
49 + NET_NS (required for FEATURES=network-sandbox)
50 ++ SYSVIPC (required by IPC_NS)
51 ++
52 +
53 + It is highly recommended that you leave this enabled as these FEATURES
54 + are, or will soon be, enabled by default.