From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751411AbdIJJse (ORCPT ); Sun, 10 Sep 2017 05:48:34 -0400 Received: from mail-it0-f68.google.com ([209.85.214.68]:33828 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751315AbdIJJsd (ORCPT ); Sun, 10 Sep 2017 05:48:33 -0400 X-Google-Smtp-Source: AOwi7QAHb0lG2EPT+FUiDahENQ8QngMLrj9jVTGvGgcbW/OtsGNgQr2cd/jw0cZF2zaZklHAV7bsNw== Date: Sun, 10 Sep 2017 02:48:29 -0700 From: Nathan Chancellor To: linux-kernel@vger.kernel.org Cc: natechancellor@gmail.com, trivial@kernel.org Subject: [PATCH] init/Kconfig: Fix module signing document location Message-ID: <20170910094829.GA29257@flashbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This was moved in commit 94e980cc45f2 ("Documentation/module-signing.txt: convert to ReST markup") and was missed by commit 8c27ceff3604 ("docs: fix locations of several documents that got moved"). Signed-off-by: Nathan Chancellor --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index 78cb2461012e..3aef23a19b86 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1752,7 +1752,7 @@ config MODULE_SIG help Check modules for valid signatures upon load: the signature is simply appended to the module. For more information see - Documentation/module-signing.txt. + . Note that this option adds the OpenSSL development packages as a kernel build dependency so that the signing tool can use its crypto -- 2.14.1