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 63E1A138334 for ; Thu, 19 Sep 2019 23:28:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 749CFE0877; Thu, 19 Sep 2019 23:28:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 535ECE0877 for ; Thu, 19 Sep 2019 23:28:57 +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 C37A234B416 for ; Thu, 19 Sep 2019 23:28:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2842D771 for ; Thu, 19 Sep 2019 23:28:53 +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: <1568935711.b66190da5dc83d71bba999e952ceb60aa9ec82ab.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.14 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: b66190da5dc83d71bba999e952ceb60aa9ec82ab X-VCS-Branch: 4.14 Date: Thu, 19 Sep 2019 23:28:53 +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: 78bc7b4d-1bd4-49c3-8a5a-eab755012396 X-Archives-Hash: 486fcab71ad68109ab956f68ae517e96 commit: b66190da5dc83d71bba999e952ceb60aa9ec82ab Author: Mike Pagano gentoo org> AuthorDate: Thu Sep 19 23:28:31 2019 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Sep 19 23:28:31 2019 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b66190da 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 bc50e38..4d965e8 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -7,9 +7,9 @@ +source "distro/Kconfig" + source "arch/$SRCARCH/Kconfig" ---- /dev/null 2018-12-29 10:35:01.760002288 -0500 -+++ b/distro/Kconfig 2018-12-29 17:46:08.801227847 -0500 -@@ -0,0 +1,147 @@ +--- /dev/null 2019-09-19 05:54:30.650457903 -0400 ++++ b/distro/Kconfig 2019-09-19 19:19:49.541240695 -0400 +@@ -0,0 +1,149 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -92,6 +92,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. @@ -124,6 +125,7 @@ + select EPOLL + select FANOTIFY + select FHANDLE ++ select FILE_LOCKING + select INOTIFY_USER + select IPV6 + select NET