linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]  Documentation, fix module-signing file reference.
@ 2017-10-31 14:39 Rakib Mullick
  2017-11-06  5:44 ` Rakib Mullick
  0 siblings, 1 reply; 2+ messages in thread
From: Rakib Mullick @ 2017-10-31 14:39 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm

Kconfig reference for module-signing.txt file needs to
be replaced with admin-guide/module-signing.rst.

Signed-off-by: Rakib Mullick <rakib.mullick@gmail.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation, fix module-signing file reference.
  2017-10-31 14:39 [PATCH] Documentation, fix module-signing file reference Rakib Mullick
@ 2017-11-06  5:44 ` Rakib Mullick
  0 siblings, 0 replies; 2+ messages in thread
From: Rakib Mullick @ 2017-11-06  5:44 UTC (permalink / raw)
  To: LKML; +Cc: Andrew Morton, Ingo Molnar

Ping! Anyone care to take this trivial fix?

On Tue, Oct 31, 2017 at 8:39 PM, Rakib Mullick <rakib.mullick@gmail.com> wrote:
> Kconfig reference for module-signing.txt file needs to
> be replaced with admin-guide/module-signing.rst.
>
> Signed-off-by: Rakib Mullick <rakib.mullick@gmail.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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-06  5:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-31 14:39 [PATCH] Documentation, fix module-signing file reference Rakib Mullick
2017-11-06  5:44 ` Rakib Mullick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).