Gentoo Archives: gentoo-commits

From: Richard Yao <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: arch/mips/, arch/x86/, arch/alpha/, arch/ia64/, arch/sparc64/, defaults/, ...
Date: Fri, 31 Jul 2015 18:04:40
Message-Id: 1438365894.91c5d373f37885a59bc4f6647119b47a8c95e8c5.ryao@gentoo
1 commit: 91c5d373f37885a59bc4f6647119b47a8c95e8c5
2 Author: Richard Yao <ryao <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 17 02:40:06 2014 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 18:04:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=91c5d373
7
8 Include CONFIG_FHANDLE=y in default kernel config, bug #519298
9
10 Recent versions of systemd-udev require CONFIG_FHANDLE=y and provide no
11 fallback for kernels that lack it.
12
13 Signed-off-by: Richard Yao <ryao <AT> gentoo.org>
14
15 arch/alpha/kernel-config | 1 +
16 arch/ia64/kernel-config | 1 +
17 arch/mips/ip22r4k-2006_1.cf | 1 +
18 arch/mips/ip22r5k-2006_1.cf | 1 +
19 arch/mips/ip27r10k-2006_1.cf | 1 +
20 arch/mips/ip28r10k-2006_1.cf | 1 +
21 arch/mips/ip30r10k-2006_1.cf | 1 +
22 arch/mips/ip32r5k-2006_1.cf | 1 +
23 arch/mips/ip32rm5k-2006_1.cf | 1 +
24 arch/ppc/kernel-config | 1 +
25 arch/sparc64/kernel-config | 1 +
26 arch/um/kernel-config | 1 +
27 arch/x86/kernel-config | 1 +
28 arch/x86_64/kernel-config | 1 +
29 defaults/kernel-config | 1 +
30 15 files changed, 15 insertions(+)
31
32 diff --git a/arch/alpha/kernel-config b/arch/alpha/kernel-config
33 index ab7a93b..2f0517c 100644
34 --- a/arch/alpha/kernel-config
35 +++ b/arch/alpha/kernel-config
36 @@ -35,6 +35,7 @@ CONFIG_SYSVIPC_SYSCTL=y
37 # CONFIG_TASKSTATS is not set
38 # CONFIG_USER_NS is not set
39 # CONFIG_PID_NS is not set
40 +CONFIG_FHANDLE=y
41 # CONFIG_AUDIT is not set
42 CONFIG_IKCONFIG=y
43 CONFIG_IKCONFIG_PROC=y
44
45 diff --git a/arch/ia64/kernel-config b/arch/ia64/kernel-config
46 index e9abf8e..6a3fc0a 100644
47 --- a/arch/ia64/kernel-config
48 +++ b/arch/ia64/kernel-config
49 @@ -25,6 +25,7 @@ CONFIG_SYSVIPC_SYSCTL=y
50 # CONFIG_BSD_PROCESS_ACCT is not set
51 # CONFIG_TASKSTATS is not set
52 # CONFIG_UTS_NS is not set
53 +CONFIG_FHANDLE=y
54 # CONFIG_AUDIT is not set
55 CONFIG_IKCONFIG=y
56 CONFIG_IKCONFIG_PROC=y
57
58 diff --git a/arch/mips/ip22r4k-2006_1.cf b/arch/mips/ip22r4k-2006_1.cf
59 index 07d8a0d..2d1a6ab 100644
60 --- a/arch/mips/ip22r4k-2006_1.cf
61 +++ b/arch/mips/ip22r4k-2006_1.cf
62 @@ -155,6 +155,7 @@ CONFIG_SYSVIPC=y
63 CONFIG_BSD_PROCESS_ACCT=y
64 # CONFIG_BSD_PROCESS_ACCT_V3 is not set
65 CONFIG_SYSCTL=y
66 +CONFIG_FHANDLE=y
67 # CONFIG_AUDIT is not set
68 CONFIG_IKCONFIG=y
69 CONFIG_IKCONFIG_PROC=y
70
71 diff --git a/arch/mips/ip22r5k-2006_1.cf b/arch/mips/ip22r5k-2006_1.cf
72 index 39577a0..14462e6 100644
73 --- a/arch/mips/ip22r5k-2006_1.cf
74 +++ b/arch/mips/ip22r5k-2006_1.cf
75 @@ -155,6 +155,7 @@ CONFIG_SYSVIPC=y
76 CONFIG_BSD_PROCESS_ACCT=y
77 # CONFIG_BSD_PROCESS_ACCT_V3 is not set
78 CONFIG_SYSCTL=y
79 +CONFIG_FHANDLE=y
80 # CONFIG_AUDIT is not set
81 CONFIG_IKCONFIG=y
82 CONFIG_IKCONFIG_PROC=y
83
84 diff --git a/arch/mips/ip27r10k-2006_1.cf b/arch/mips/ip27r10k-2006_1.cf
85 index 66875e9..4f9b680 100644
86 --- a/arch/mips/ip27r10k-2006_1.cf
87 +++ b/arch/mips/ip27r10k-2006_1.cf
88 @@ -159,6 +159,7 @@ CONFIG_SYSVIPC=y
89 CONFIG_BSD_PROCESS_ACCT=y
90 # CONFIG_BSD_PROCESS_ACCT_V3 is not set
91 CONFIG_SYSCTL=y
92 +CONFIG_FHANDLE=y
93 # CONFIG_AUDIT is not set
94 CONFIG_IKCONFIG=y
95 CONFIG_IKCONFIG_PROC=y
96
97 diff --git a/arch/mips/ip28r10k-2006_1.cf b/arch/mips/ip28r10k-2006_1.cf
98 index cbfbb9c..42d1309 100644
99 --- a/arch/mips/ip28r10k-2006_1.cf
100 +++ b/arch/mips/ip28r10k-2006_1.cf
101 @@ -156,6 +156,7 @@ CONFIG_SYSVIPC=y
102 CONFIG_BSD_PROCESS_ACCT=y
103 # CONFIG_BSD_PROCESS_ACCT_V3 is not set
104 CONFIG_SYSCTL=y
105 +CONFIG_FHANDLE=y
106 # CONFIG_AUDIT is not set
107 CONFIG_IKCONFIG=y
108 CONFIG_IKCONFIG_PROC=y
109
110 diff --git a/arch/mips/ip30r10k-2006_1.cf b/arch/mips/ip30r10k-2006_1.cf
111 index 780abf9..3c15126 100644
112 --- a/arch/mips/ip30r10k-2006_1.cf
113 +++ b/arch/mips/ip30r10k-2006_1.cf
114 @@ -155,6 +155,7 @@ CONFIG_SYSVIPC=y
115 CONFIG_BSD_PROCESS_ACCT=y
116 # CONFIG_BSD_PROCESS_ACCT_V3 is not set
117 CONFIG_SYSCTL=y
118 +CONFIG_FHANDLE=y
119 # CONFIG_AUDIT is not set
120 CONFIG_IKCONFIG=y
121 CONFIG_IKCONFIG_PROC=y
122
123 diff --git a/arch/mips/ip32r5k-2006_1.cf b/arch/mips/ip32r5k-2006_1.cf
124 index 0965b65..4b64b3b 100644
125 --- a/arch/mips/ip32r5k-2006_1.cf
126 +++ b/arch/mips/ip32r5k-2006_1.cf
127 @@ -156,6 +156,7 @@ CONFIG_SYSVIPC=y
128 CONFIG_BSD_PROCESS_ACCT=y
129 # CONFIG_BSD_PROCESS_ACCT_V3 is not set
130 CONFIG_SYSCTL=y
131 +CONFIG_FHANDLE=y
132 # CONFIG_AUDIT is not set
133 CONFIG_IKCONFIG=y
134 CONFIG_IKCONFIG_PROC=y
135
136 diff --git a/arch/mips/ip32rm5k-2006_1.cf b/arch/mips/ip32rm5k-2006_1.cf
137 index 937c339..5411209 100644
138 --- a/arch/mips/ip32rm5k-2006_1.cf
139 +++ b/arch/mips/ip32rm5k-2006_1.cf
140 @@ -156,6 +156,7 @@ CONFIG_SYSVIPC=y
141 CONFIG_BSD_PROCESS_ACCT=y
142 # CONFIG_BSD_PROCESS_ACCT_V3 is not set
143 CONFIG_SYSCTL=y
144 +CONFIG_FHANDLE=y
145 # CONFIG_AUDIT is not set
146 CONFIG_IKCONFIG=y
147 CONFIG_IKCONFIG_PROC=y
148
149 diff --git a/arch/ppc/kernel-config b/arch/ppc/kernel-config
150 index 29773ba..c8b8e6a 100644
151 --- a/arch/ppc/kernel-config
152 +++ b/arch/ppc/kernel-config
153 @@ -67,6 +67,7 @@ CONFIG_TASKSTATS=y
154 # CONFIG_TASK_DELAY_ACCT is not set
155 # CONFIG_TASK_XACCT is not set
156 # CONFIG_USER_NS is not set
157 +CONFIG_FHANDLE=y
158 CONFIG_AUDIT=y
159 CONFIG_AUDITSYSCALL=y
160 CONFIG_IKCONFIG=y
161
162 diff --git a/arch/sparc64/kernel-config b/arch/sparc64/kernel-config
163 index 48ae656..d8570ee 100644
164 --- a/arch/sparc64/kernel-config
165 +++ b/arch/sparc64/kernel-config
166 @@ -45,6 +45,7 @@ CONFIG_POSIX_MQUEUE=y
167 # CONFIG_BSD_PROCESS_ACCT is not set
168 # CONFIG_TASKSTATS is not set
169 # CONFIG_UTS_NS is not set
170 +CONFIG_FHANDLE=y
171 # CONFIG_AUDIT is not set
172 CONFIG_IKCONFIG=y
173 CONFIG_IKCONFIG_PROC=y
174
175 diff --git a/arch/um/kernel-config b/arch/um/kernel-config
176 index 91d5da1..e138f81 100644
177 --- a/arch/um/kernel-config
178 +++ b/arch/um/kernel-config
179 @@ -41,6 +41,7 @@ CONFIG_SYSVIPC=y
180 # CONFIG_POSIX_MQUEUE is not set
181 # CONFIG_BSD_PROCESS_ACCT is not set
182 CONFIG_SYSCTL=y
183 +CONFIG_FHANDLE=y
184 # CONFIG_AUDIT is not set
185 CONFIG_LOG_BUF_SHIFT=14
186 CONFIG_HOTPLUG=y
187
188 diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config
189 index fe0e5f9..8e5e85b 100644
190 --- a/arch/x86/kernel-config
191 +++ b/arch/x86/kernel-config
192 @@ -64,6 +64,7 @@ CONFIG_TASK_XACCT=y
193 CONFIG_TASK_IO_ACCOUNTING=y
194 CONFIG_USER_NS=y
195 CONFIG_PID_NS=y
196 +CONFIG_FHANDLE=y
197 CONFIG_AUDIT=y
198 CONFIG_AUDITSYSCALL=y
199 CONFIG_AUDIT_TREE=y
200
201 diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
202 index e2569e3..25dc2dd 100644
203 --- a/arch/x86_64/kernel-config
204 +++ b/arch/x86_64/kernel-config
205 @@ -89,6 +89,7 @@ CONFIG_BSD_PROCESS_ACCT_V3=y
206 CONFIG_TASKSTATS=y
207 # CONFIG_TASK_DELAY_ACCT is not set
208 # CONFIG_TASK_XACCT is not set
209 +CONFIG_FHANDLE=y
210 CONFIG_AUDIT=y
211 CONFIG_AUDITSYSCALL=y
212 CONFIG_AUDIT_WATCH=y
213
214 diff --git a/defaults/kernel-config b/defaults/kernel-config
215 index cda6c88..6bb62b8 100644
216 --- a/defaults/kernel-config
217 +++ b/defaults/kernel-config
218 @@ -64,6 +64,7 @@ CONFIG_TASK_XACCT=y
219 CONFIG_TASK_IO_ACCOUNTING=y
220 CONFIG_USER_NS=y
221 CONFIG_PID_NS=y
222 +CONFIG_FHANDLE=y
223 CONFIG_AUDIT=y
224 CONFIG_AUDITSYSCALL=y
225 CONFIG_AUDIT_TREE=y