commit:     29c01f454805f39d9d02a91f785a67b6593bf914
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 15:24:02 2016 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 15:24:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=29c01f45

Select SYSVIPC when GENTOO_LINUX_PORTAGE is selected. Dependency of IPC_NS. See 
bug #587736.

 4567_distro-Gentoo-Kconfig.patch | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index c7af596..499b21f 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -1,5 +1,5 @@
---- a/Kconfig
-+++ b/Kconfig
+--- a/Kconfig  2016-07-01 19:22:17.117439707 -0400
++++ b/Kconfig  2016-07-01 19:21:54.371440596 -0400
 @@ -8,4 +8,6 @@ config SRCARCH
        string
        option env="SRCARCH"
@@ -7,9 +7,9 @@
 +source "distro/Kconfig"
 +
  source "arch/$SRCARCH/Kconfig"
---- /dev/null
-+++ b/distro/Kconfig
-@@ -0,0 +1,131 @@
+--- /dev/null  2016-07-01 11:23:26.087932647 -0400
++++ b/distro/Kconfig   2016-07-01 19:32:35.581415519 -0400
+@@ -0,0 +1,134 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -63,6 +63,7 @@
 +      select NAMESPACES
 +      select IPC_NS
 +      select NET_NS
++      select SYSVIPC
 +
 +      help
 +              This enables options required by various Portage FEATURES.
@@ -71,6 +72,8 @@
 +              CGROUPS     (required for FEATURES=cgroup)
 +              IPC_NS      (required for FEATURES=ipc-sandbox)
 +              NET_NS      (required for FEATURES=network-sandbox)
++              SYSVIPC     (required by IPC_NS)
++   
 +
 +              It is highly recommended that you leave this enabled as these 
FEATURES
 +              are, or will soon be, enabled by default.

Reply via email to