Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:4.7 commit in: /
Date: Tue, 30 Aug 2016 18:40:50
Message-Id: 1472582434.803475eaf1c8954eae2282923790e4b72efdcde9.mpagano@gentoo
1 commit: 803475eaf1c8954eae2282923790e4b72efdcde9
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:40:34 2016 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 18:40:34 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=803475ea
7
8 Update gentoo kconfig patch to remove DEVPTS_MULTIPLE_INSTANCES. See kernel upstream commit: eedf265aa003b4781de24cfed40a655a664457e6. Thanks to Ralf Ramsauer.
9
10 4567_distro-Gentoo-Kconfig.patch | 18 ++++++++----------
11 1 file changed, 8 insertions(+), 10 deletions(-)
12
13 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
14 index 499b21f..cf5a20c 100644
15 --- a/4567_distro-Gentoo-Kconfig.patch
16 +++ b/4567_distro-Gentoo-Kconfig.patch
17 @@ -1,15 +1,14 @@
18 ---- a/Kconfig 2016-07-01 19:22:17.117439707 -0400
19 -+++ b/Kconfig 2016-07-01 19:21:54.371440596 -0400
20 -@@ -8,4 +8,6 @@ config SRCARCH
21 - string
22 +--- a/Kconfig 2016-08-30 14:30:48.508361013 -0400
23 ++++ b/Kconfig 2016-08-30 14:31:40.718683061 -0400
24 +@@ -9,3 +9,5 @@ config SRCARCH
25 option env="SRCARCH"
26
27 -+source "distro/Kconfig"
28 -+
29 source "arch/$SRCARCH/Kconfig"
30 ---- /dev/null 2016-07-01 11:23:26.087932647 -0400
31 -+++ b/distro/Kconfig 2016-07-01 19:32:35.581415519 -0400
32 -@@ -0,0 +1,134 @@
33 ++
34 ++source "distro/Kconfig"
35 +--- /dev/null 2016-08-30 01:47:09.760073185 -0400
36 ++++ b/distro/Kconfig 2016-08-30 14:32:21.378933599 -0400
37 +@@ -0,0 +1,133 @@
38 +menu "Gentoo Linux"
39 +
40 +config GENTOO_LINUX
41 @@ -112,7 +111,6 @@
42 + select AUTOFS4_FS
43 + select BLK_DEV_BSG
44 + select CGROUPS
45 -+ select DEVPTS_MULTIPLE_INSTANCES
46 + select EPOLL
47 + select FANOTIFY
48 + select FHANDLE