Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:4.9 commit in: /
Date: Sat, 31 Dec 2016 19:39:50
Message-Id: 1483213171.0f71318b8039de01eb51beee9d11d2e4607d2356.mpagano@gentoo
1 commit: 0f71318b8039de01eb51beee9d11d2e4607d2356
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 19:39:31 2016 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 19:39:31 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=0f71318b
7
8 Update gentoo kconfig patch adding CHECKPOINT_RESTORE for GENTOO_LINUX_INIT_SYSTEMD. See bug #598623
9
10 4567_distro-Gentoo-Kconfig.patch | 26 ++++++++++++++++++--------
11 1 file changed, 18 insertions(+), 8 deletions(-)
12
13 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
14 index cf5a20c..acb0972 100644
15 --- a/4567_distro-Gentoo-Kconfig.patch
16 +++ b/4567_distro-Gentoo-Kconfig.patch
17 @@ -1,14 +1,15 @@
18 ---- a/Kconfig 2016-08-30 14:30:48.508361013 -0400
19 -+++ b/Kconfig 2016-08-30 14:31:40.718683061 -0400
20 -@@ -9,3 +9,5 @@ config SRCARCH
21 +--- a/Kconfig 2016-07-01 19:22:17.117439707 -0400
22 ++++ b/Kconfig 2016-07-01 19:21:54.371440596 -0400
23 +@@ -8,4 +8,6 @@ config SRCARCH
24 + string
25 option env="SRCARCH"
26
27 - source "arch/$SRCARCH/Kconfig"
28 -+
29 +source "distro/Kconfig"
30 ---- /dev/null 2016-08-30 01:47:09.760073185 -0400
31 -+++ b/distro/Kconfig 2016-08-30 14:32:21.378933599 -0400
32 -@@ -0,0 +1,133 @@
33 ++
34 + source "arch/$SRCARCH/Kconfig"
35 +--- /dev/null 2016-11-15 00:56:18.320838834 -0500
36 ++++ b/distro/Kconfig 2016-11-16 06:24:29.457357409 -0500
37 +@@ -0,0 +1,142 @@
38 +menu "Gentoo Linux"
39 +
40 +config GENTOO_LINUX
41 @@ -32,6 +33,7 @@
42 +
43 + select DEVTMPFS
44 + select TMPFS
45 ++ select UNIX
46 +
47 + select MMU
48 + select SHMEM
49 @@ -111,16 +113,24 @@
50 + select AUTOFS4_FS
51 + select BLK_DEV_BSG
52 + select CGROUPS
53 ++ select CHECKPOINT_RESTORE
54 ++ select DEVPTS_MULTIPLE_INSTANCES
55 ++ select DMIID
56 + select EPOLL
57 + select FANOTIFY
58 + select FHANDLE
59 + select INOTIFY_USER
60 ++ select IPV6
61 + select NET
62 + select NET_NS
63 + select PROC_FS
64 ++ select SECCOMP
65 ++ select SECCOMP_FILTER
66 + select SIGNALFD
67 + select SYSFS
68 + select TIMERFD
69 ++ select TMPFS_POSIX_ACL
70 ++ select TMPFS_XATTR
71 +
72 + select ANON_INODES
73 + select BLOCK