From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B745138334 for ; Thu, 19 Sep 2019 12:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A45AE0900; Thu, 19 Sep 2019 12:05:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E128E0900 for ; Thu, 19 Sep 2019 12:05:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9852434B3EA for ; Thu, 19 Sep 2019 12:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AAC8785 for ; Thu, 19 Sep 2019 12:05:27 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1568894596.e9a9d2c81f69b0ea3c3ccdc99992d8440943e754.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.2 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: e9a9d2c81f69b0ea3c3ccdc99992d8440943e754 X-VCS-Branch: 5.2 Date: Thu, 19 Sep 2019 12:05:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad6a9238-e8c1-452f-89bf-41aa4197b4c9 X-Archives-Hash: 7e65070878451db54dc1b0cbddca63aa commit: e9a9d2c81f69b0ea3c3ccdc99992d8440943e754 Author: Mike Pagano gentoo org> AuthorDate: Thu Sep 19 12:03:16 2019 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Sep 19 12:03:16 2019 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e9a9d2c8 Add FILE_LOCKING to GENTOO_LINUX config. See bug #694688. Thanks to Marius Stoica for reporting Signed-off-by: Mike Pagano gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index d6e791a..42585b8 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -6,9 +6,9 @@ source "lib/Kconfig.debug" + +source "distro/Kconfig" ---- /dev/null 2018-12-28 10:40:34.089999934 -0500 -+++ b/distro/Kconfig 2018-12-28 18:54:40.467970759 -0500 -@@ -0,0 +1,147 @@ +--- /dev/null 2019-09-19 03:42:24.710222248 -0400 ++++ b/distro/Kconfig 2019-09-19 07:50:44.167224787 -0400 +@@ -0,0 +1,149 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -91,6 +91,7 @@ + depends on GENTOO_LINUX + + select BINFMT_SCRIPT ++ select FILE_LOCKING + + help + The init system is the first thing that loads after the kernel booted. @@ -123,6 +124,7 @@ + select EPOLL + select FANOTIFY + select FHANDLE ++ select FILE_LOCKING + select INOTIFY_USER + select IPV6 + select NET