From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753067AbdJaOkA (ORCPT ); Tue, 31 Oct 2017 10:40:00 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:47485 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751366AbdJaOj6 (ORCPT ); Tue, 31 Oct 2017 10:39:58 -0400 X-Google-Smtp-Source: ABhQp+QvwhCf0xoRipU+WF1k0KqBsKhf5GTla7Cz/1kLiHQjZ+8tEwLBnKtEouMmFFQHg1Qwjl+WiQ== From: Rakib Mullick To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org Subject: [PATCH] Documentation, fix module-signing file reference. Date: Tue, 31 Oct 2017 20:39:48 +0600 Message-Id: <20171031143948.25054-1-rakib.mullick@gmail.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Kconfig reference for module-signing.txt file needs to be replaced with admin-guide/module-signing.rst. Signed-off-by: Rakib Mullick --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index 3c1faaa..1b5e786 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. + Documentation/admin-guide/module-signing.rst. Note that this option adds the OpenSSL development packages as a kernel build dependency so that the signing tool can use its crypto -- 2.9.3