Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:4.14 commit in: /
Date: Thu, 19 Sep 2019 23:28:58
Message-Id: 1568935711.b66190da5dc83d71bba999e952ceb60aa9ec82ab.mpagano@gentoo
1 commit: b66190da5dc83d71bba999e952ceb60aa9ec82ab
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 23:28:31 2019 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 23:28:31 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b66190da
7
8 Add FILE_LOCKING to GENTOO_LINUX config. See bug #694688.
9
10 Thanks to Marius Stoica for reporting.
11
12 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
13
14 4567_distro-Gentoo-Kconfig.patch | 8 +++++---
15 1 file changed, 5 insertions(+), 3 deletions(-)
16
17 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
18 index bc50e38..4d965e8 100644
19 --- a/4567_distro-Gentoo-Kconfig.patch
20 +++ b/4567_distro-Gentoo-Kconfig.patch
21 @@ -7,9 +7,9 @@
22 +source "distro/Kconfig"
23 +
24 source "arch/$SRCARCH/Kconfig"
25 ---- /dev/null 2018-12-29 10:35:01.760002288 -0500
26 -+++ b/distro/Kconfig 2018-12-29 17:46:08.801227847 -0500
27 -@@ -0,0 +1,147 @@
28 +--- /dev/null 2019-09-19 05:54:30.650457903 -0400
29 ++++ b/distro/Kconfig 2019-09-19 19:19:49.541240695 -0400
30 +@@ -0,0 +1,149 @@
31 +menu "Gentoo Linux"
32 +
33 +config GENTOO_LINUX
34 @@ -92,6 +92,7 @@
35 + depends on GENTOO_LINUX
36 +
37 + select BINFMT_SCRIPT
38 ++ select FILE_LOCKING
39 +
40 + help
41 + The init system is the first thing that loads after the kernel booted.
42 @@ -124,6 +125,7 @@
43 + select EPOLL
44 + select FANOTIFY
45 + select FHANDLE
46 ++ select FILE_LOCKING
47 + select INOTIFY_USER
48 + select IPV6
49 + select NET