Documentation: kernel-parameters: clarify "module." parameters
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 16 Sep 2020 02:49:02 +0000 (19:49 -0700)
committerJonathan Corbet <corbet@lwn.net>
Thu, 24 Sep 2020 17:06:05 +0000 (11:06 -0600)
commit307e3ee934655a1463fe1f40dc8df339f355980e
treee6c56cc1c32f8b5d713b92f04774ea3ebf012936
parentdd19d2938f503671f37bef25ee8c3b5e64e44a70
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>
Documentation/admin-guide/kernel-parameters.txt