Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:3.16 commit in: /
Date: Mon, 22 Sep 2014 23:37:10
Message-Id: 1411429035.935e025ffecfe6c163188f4f9725352501bf0a6e.mpagano@gentoo
1 commit: 935e025ffecfe6c163188f4f9725352501bf0a6e
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 22 23:37:15 2014 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 22 23:37:15 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=935e025f
7
8 Fix UDEV auto selection to add FHANDLE. Remove from systemd. Thanks to Steven Presser. See bug #523126
9
10 ---
11 4567_distro-Gentoo-Kconfig.patch | 19 ++++++++++---------
12 1 file changed, 10 insertions(+), 9 deletions(-)
13
14 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
15 index 652e2a7..71dbf09 100644
16 --- a/4567_distro-Gentoo-Kconfig.patch
17 +++ b/4567_distro-Gentoo-Kconfig.patch
18 @@ -1,15 +1,15 @@
19 ---- a/Kconfig 2014-04-02 09:45:05.389224541 -0400
20 -+++ b/Kconfig 2014-04-02 09:45:39.269224273 -0400
21 +--- a/Kconfig 2014-04-02 09:45:05.389224541 -0400
22 ++++ b/Kconfig 2014-04-02 09:45:39.269224273 -0400
23 @@ -8,4 +8,6 @@ config SRCARCH
24 - string
25 - option env="SRCARCH"
26 -
27 + string
28 + option env="SRCARCH"
29 +
30 +source "distro/Kconfig"
31 +
32 source "arch/$SRCARCH/Kconfig"
33 ---- 1969-12-31 19:00:00.000000000 -0500
34 -+++ b/distro/Kconfig 2014-04-02 09:57:03.539218861 -0400
35 -@@ -0,0 +1,108 @@
36 +--- /dev/null 2014-09-22 14:19:24.316977284 -0400
37 ++++ distro/Kconfig 2014-09-22 19:30:35.670959281 -0400
38 +@@ -0,0 +1,109 @@
39 +menu "Gentoo Linux"
40 +
41 +config GENTOO_LINUX
42 @@ -34,6 +34,8 @@
43 + select DEVTMPFS
44 + select TMPFS
45 +
46 ++ select FHANDLE
47 ++
48 + select MMU
49 + select SHMEM
50 +
51 @@ -89,7 +91,6 @@
52 + select CGROUPS
53 + select EPOLL
54 + select FANOTIFY
55 -+ select FHANDLE
56 + select INOTIFY_USER
57 + select NET
58 + select NET_NS