[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171031143948.25054-1-rakib.mullick@gmail.com>
Date: Tue, 31 Oct 2017 20:39:48 +0600
From: Rakib Mullick <rakib.mullick@...il.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org
Subject: [PATCH] Documentation, fix module-signing file reference.
Kconfig reference for module-signing.txt file needs to
be replaced with admin-guide/module-signing.rst.
Signed-off-by: Rakib Mullick <rakib.mullick@...il.com>
---
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
Powered by blists - more mailing lists