diff options
author | Mike Pagano <mpagano@gentoo.org> | 2016-08-30 14:42:18 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2016-08-30 14:42:18 -0400 |
commit | 4da2db6cd03c4f1a11eaf135241d4d386e56ba2e (patch) | |
tree | e96954e1b56db19f535cfa4dab2a620dafa399a2 | |
parent | Select SYSVIPC when GENTOO_LINUX_PORTAGE is selected. Dependency of IPC_NS. S... (diff) | |
download | linux-patches-4da2db6cd03c4f1a11eaf135241d4d386e56ba2e.tar.gz linux-patches-4da2db6cd03c4f1a11eaf135241d4d386e56ba2e.tar.bz2 linux-patches-4da2db6cd03c4f1a11eaf135241d4d386e56ba2e.zip |
Update gentoo kconfig patch to remove DEVPTS_MULTIPLE_INSTANCES. See kernel upstream commit: eedf265aa003b4781de24cfed40a655a664457e6. Thanks to Ralf Ramsauer.
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 499b21fd..cf5a20cd 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,15 +1,14 @@ ---- 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 +--- 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 option env="SRCARCH" -+source "distro/Kconfig" -+ source "arch/$SRCARCH/Kconfig" ---- /dev/null 2016-07-01 11:23:26.087932647 -0400 -+++ b/distro/Kconfig 2016-07-01 19:32:35.581415519 -0400 -@@ -0,0 +1,134 @@ ++ ++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 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -112,7 +111,6 @@ + select AUTOFS4_FS + select BLK_DEV_BSG + select CGROUPS -+ select DEVPTS_MULTIPLE_INSTANCES + select EPOLL + select FANOTIFY + select FHANDLE |