commit:     0f71318b8039de01eb51beee9d11d2e4607d2356
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 31 19:39:31 2016 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Dec 31 19:39:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=0f71318b

Update gentoo kconfig patch adding CHECKPOINT_RESTORE for 
GENTOO_LINUX_INIT_SYSTEMD. See bug #598623

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

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index cf5a20c..acb0972 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-15 00:56:18.320838834 -0500
++++ b/distro/Kconfig   2016-11-16 06:24:29.457357409 -0500
+@@ -0,0 +1,142 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -32,6 +33,7 @@
 +
 +      select DEVTMPFS
 +      select TMPFS
++      select UNIX
 +
 +      select MMU
 +      select SHMEM
@@ -111,16 +113,24 @@
 +      select AUTOFS4_FS
 +      select BLK_DEV_BSG
 +      select CGROUPS
++      select CHECKPOINT_RESTORE
++      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

Reply via email to