From: Randy Dunlap Date: Wed, 16 Sep 2020 02:49:02 +0000 (-0700) Subject: Documentation: kernel-parameters: clarify "module." parameters X-Git-Tag: v5.10.7~1325^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=307e3ee934655a1463fe1f40dc8df339f355980e;p=platform%2Fkernel%2Flinux-rpi.git 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 Cc: Andrew Morton Cc: Jessica Yu Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Link: https://lore.kernel.org/r/67d40b6d-c073-a3bf-cbb6-6cad941cceeb@infradead.org Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 835965b..5bfb10f 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/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"] + .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] + .async_probe [KNL] Enable asynchronous probe on this module. early_ioremap_debug [KNL]