Skip to content

Commit 307e3ee

Browse files
rddunlapJonathan Corbet
authored andcommitted
Documentation: kernel-parameters: clarify "module." parameters
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 Link: https://lore.kernel.org/r/67d40b6d-c073-a3bf-cbb6-6cad941cceeb@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent dd19d29 commit 307e3ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,15 +1019,15 @@
10191019
what data is available or for reverse-engineering.
10201020

10211021
dyndbg[="val"] [KNL,DYNAMIC_DEBUG]
1022-
module.dyndbg[="val"]
1022+
<module>.dyndbg[="val"]
10231023
Enable debug messages at boot time. See
10241024
Documentation/admin-guide/dynamic-debug-howto.rst
10251025
for details.
10261026

10271027
nopku [X86] Disable Memory Protection Keys CPU feature found
10281028
in some Intel CPUs.
10291029

1030-
module.async_probe [KNL]
1030+
<module>.async_probe [KNL]
10311031
Enable asynchronous probe on this module.
10321032

10331033
early_ioremap_debug [KNL]

0 commit comments

Comments
 (0)