LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] Documentation: kernel-parameters: clarify "module." parameters
@ 2020-09-16 2:49 Randy Dunlap
2020-09-24 17:06 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-09-16 2:49 UTC (permalink / raw)
To: LKML, linux-doc, Andrew Morton, Jonathan Corbet, Jessica Yu
From: Randy Dunlap <rdunlap@infradead.org>
The command-line parameters "dyndbg" and "async_probe" are not
parameters for kernel/module.c but instead they are for the
module that is being loaded. Try to make that distinction in the
help text.
OTOH, "module.sig_enforce" is handled as a parameter of kernel/module.c
so "module." is correct for it.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jessica Yu <jeyu@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
---
Documentation/admin-guide/kernel-parameters.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- lnx-59-rc5.orig/Documentation/admin-guide/kernel-parameters.txt
+++ lnx-59-rc5/Documentation/admin-guide/kernel-parameters.txt
@@ -1019,7 +1019,7 @@
what data is available or for reverse-engineering.
dyndbg[="val"] [KNL,DYNAMIC_DEBUG]
- module.dyndbg[="val"]
+ <module>.dyndbg[="val"]
Enable debug messages at boot time. See
Documentation/admin-guide/dynamic-debug-howto.rst
for details.
@@ -1027,7 +1027,7 @@
nopku [X86] Disable Memory Protection Keys CPU feature found
in some Intel CPUs.
- module.async_probe [KNL]
+ <module>.async_probe [KNL]
Enable asynchronous probe on this module.
early_ioremap_debug [KNL]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: kernel-parameters: clarify "module." parameters
2020-09-16 2:49 [PATCH] Documentation: kernel-parameters: clarify "module." parameters Randy Dunlap
@ 2020-09-24 17:06 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-09-24 17:06 UTC (permalink / raw)
To: Randy Dunlap; +Cc: LKML, linux-doc, Andrew Morton, Jessica Yu
On Tue, 15 Sep 2020 19:49:02 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> The command-line parameters "dyndbg" and "async_probe" are not
> parameters for kernel/module.c but instead they are for the
> module that is being loaded. Try to make that distinction in the
> help text.
>
> OTOH, "module.sig_enforce" is handled as a parameter of kernel/module.c
> so "module." is correct for it.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Jessica Yu <jeyu@kernel.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> ---
> Documentation/admin-guide/kernel-parameters.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-24 17:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 2:49 [PATCH] Documentation: kernel-parameters: clarify "module." parameters Randy Dunlap
2020-09-24 17:06 ` Jonathan Corbet
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).