Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.2 commit in: /
Date: Thu, 19 Sep 2019 12:05:33
Message-Id: 1568894596.e9a9d2c81f69b0ea3c3ccdc99992d8440943e754.mpagano@gentoo
1 commit: e9a9d2c81f69b0ea3c3ccdc99992d8440943e754
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 12:03:16 2019 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 12:03:16 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e9a9d2c8
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 d6e791a..42585b8 100644
19 --- a/4567_distro-Gentoo-Kconfig.patch
20 +++ b/4567_distro-Gentoo-Kconfig.patch
21 @@ -6,9 +6,9 @@
22 source "lib/Kconfig.debug"
23 +
24 +source "distro/Kconfig"
25 ---- /dev/null 2018-12-28 10:40:34.089999934 -0500
26 -+++ b/distro/Kconfig 2018-12-28 18:54:40.467970759 -0500
27 -@@ -0,0 +1,147 @@
28 +--- /dev/null 2019-09-19 03:42:24.710222248 -0400
29 ++++ b/distro/Kconfig 2019-09-19 07:50:44.167224787 -0400
30 +@@ -0,0 +1,149 @@
31 +menu "Gentoo Linux"
32 +
33 +config GENTOO_LINUX
34 @@ -91,6 +91,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 @@ -123,6 +124,7 @@
43 + select EPOLL
44 + select FANOTIFY
45 + select FHANDLE
46 ++ select FILE_LOCKING
47 + select INOTIFY_USER
48 + select IPV6
49 + select NET