summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2016-11-06 19:09:04 -0500
committerMike Pagano <mpagano@gentoo.org>2016-11-06 19:09:04 -0500
commitda14bde4be4c3f90314798ce7060c73f9b751b2c (patch)
tree618d2a8f28df42587f0652007f694f3826078776
parentUpdate gentoo kconfig patch to remove DEVPTS_MULTIPLE_INSTANCES. See kernel u... (diff)
downloadlinux-patches-da14bde4be4c3f90314798ce7060c73f9b751b2c.tar.gz
linux-patches-da14bde4be4c3f90314798ce7060c73f9b751b2c.tar.bz2
linux-patches-da14bde4be4c3f90314798ce7060c73f9b751b2c.zip
Update gentoo kconfig patch. See bug #598623
-rw-r--r--4567_distro-Gentoo-Kconfig.patch25
1 files changed, 17 insertions, 8 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index cf5a20cd..fd1d23e1 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -1,14 +1,15 @@
---- a/Kconfig 2016-08-30 14:30:48.508361013 -0400
-+++ b/Kconfig 2016-08-30 14:31:40.718683061 -0400
-@@ -9,3 +9,5 @@ config SRCARCH
+--- 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"
- source "arch/$SRCARCH/Kconfig"
-+
+source "distro/Kconfig"
---- /dev/null 2016-08-30 01:47:09.760073185 -0400
-+++ b/distro/Kconfig 2016-08-30 14:32:21.378933599 -0400
-@@ -0,0 +1,133 @@
++
+ source "arch/$SRCARCH/Kconfig"
+--- /dev/null 2016-11-06 10:20:15.664515354 -0500
++++ b/distro/Kconfig 2016-11-06 18:59:57.054530778 -0500
+@@ -0,0 +1,141 @@
+menu "Gentoo Linux"
+
+config GENTOO_LINUX
@@ -32,6 +33,7 @@
+
+ select DEVTMPFS
+ select TMPFS
++ select UNIX
+
+ select MMU
+ select SHMEM
@@ -111,16 +113,23 @@
+ select AUTOFS4_FS
+ select BLK_DEV_BSG
+ select CGROUPS
++ select DEVPTS_MULTIPLE_INSTANCES
++ select DMIID
+ select EPOLL
+ select FANOTIFY
+ select FHANDLE
+ select INOTIFY_USER
++ select IPV6
+ select NET
+ select NET_NS
+ select PROC_FS
++ select SECCOMP
++ select SECCOMP_FILTER
+ select SIGNALFD
+ select SYSFS
+ select TIMERFD
++ select TMPFS_POSIX_ACL
++ select TMPFS_XATTR
+
+ select ANON_INODES
+ select BLOCK