Re: [PATCH] Documentation: kernel-parameters: clarify "module." parameters

From: Jonathan Corbet
Date: Thu Sep 24 2020 - 13:06:25 EST


On Tue, 15 Sep 2020 19:49:02 -0700
Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:

> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxx>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc: Jessica Yu <jeyu@xxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: linux-doc@xxxxxxxxxxxxxxx
> ---
> Documentation/admin-guide/kernel-parameters.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

jon