From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBP6l-0005JI-GU for guix-patches@gnu.org; Tue, 02 Apr 2019 15:30:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBP6k-000537-IU for guix-patches@gnu.org; Tue, 02 Apr 2019 15:30:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56434) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBP6j-00052V-Jw for guix-patches@gnu.org; Tue, 02 Apr 2019 15:30:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBP6i-0003FT-Sv for guix-patches@gnu.org; Tue, 02 Apr 2019 15:30:05 -0400 Subject: [bug#35110] [PATCH 3/3] gnu: linux-libre: Disable module versioning. Resent-Message-ID: From: Danny Milosavljevic Date: Tue, 2 Apr 2019 21:28:55 +0200 Message-Id: <20190402192855.5314-3-dannym@scratchpost.org> In-Reply-To: <20190402192855.5314-1-dannym@scratchpost.org> References: <20190402192729.5262-1-dannym@scratchpost.org> <20190402192855.5314-1-dannym@scratchpost.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35110@debbugs.gnu.org * gnu/packages/aux-files/linux-libre/5.0-x86_64.conf: Remove CONFIG_MODULE_SRCVERSION_ALL. --- gnu/packages/aux-files/linux-libre/5.0-x86_64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/aux-files/linux-libre/5.0-x86_64.conf b/gnu/packages/aux-files/linux-libre/5.0-x86_64.conf index 9e1a7eff0e..193413110f 100644 --- a/gnu/packages/aux-files/linux-libre/5.0-x86_64.conf +++ b/gnu/packages/aux-files/linux-libre/5.0-x86_64.conf @@ -794,7 +794,7 @@ CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODULE_FORCE_UNLOAD is not set CONFIG_MODVERSIONS=y -CONFIG_MODULE_SRCVERSION_ALL=y +# CONFIG_MODULE_SRCVERSION_ALL is not set # CONFIG_MODULE_SIG is not set # CONFIG_MODULE_COMPRESS is not set CONFIG_MODULES_TREE_LOOKUP=y