All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ref-manual: Fix module_conf typo
@ 2021-12-27 18:58 Robert Joslyn
  2022-01-03 11:33 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Joslyn @ 2021-12-27 18:58 UTC (permalink / raw)
  To: docs; +Cc: Robert Joslyn

Modules specified as part of module_conf must be listed in
KERNEL_MODULE_PROBECONF, not KERNEL_MODULE_AUTOLOAD.

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
---
 documentation/ref-manual/variables.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index e5216b3f3..59d98927e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4734,7 +4734,7 @@ system and gives an overview of their function and contents.
       configuration file, a distribution configuration file, an append file
       for the recipe, or the recipe itself). If you use this variable, you
       must also be sure to list the module name in the
-      :term:`KERNEL_MODULE_AUTOLOAD`
+      :term:`KERNEL_MODULE_PROBECONF`
       variable.
 
       Here is the general syntax::
-- 
2.33.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [docs] [PATCH] ref-manual: Fix module_conf typo
  2021-12-27 18:58 [PATCH] ref-manual: Fix module_conf typo Robert Joslyn
@ 2022-01-03 11:33 ` Quentin Schulz
  2022-01-03 14:28   ` Michael Opdenacker
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2022-01-03 11:33 UTC (permalink / raw)
  To: docs

Hi Robert,

On 12/27/21 19:58, Robert Joslyn wrote:
> Modules specified as part of module_conf must be listed in
> KERNEL_MODULE_PROBECONF, not KERNEL_MODULE_AUTOLOAD.
> 
> Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>

Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>

Thanks!
Quentin


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [docs] [PATCH] ref-manual: Fix module_conf typo
  2022-01-03 11:33 ` [docs] " Quentin Schulz
@ 2022-01-03 14:28   ` Michael Opdenacker
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Opdenacker @ 2022-01-03 14:28 UTC (permalink / raw)
  To: Quentin Schulz, docs

Robert, Quentin,

On 1/3/22 12:33 PM, Quentin Schulz wrote:
> Hi Robert,
>
> On 12/27/21 19:58, Robert Joslyn wrote:
>> Modules specified as part of module_conf must be listed in
>> KERNEL_MODULE_PROBECONF, not KERNEL_MODULE_AUTOLOAD.
>>
>> Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
>
> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>


Thanks for the patch and the review!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into master-next.

Thanks again
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-03 14:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 18:58 [PATCH] ref-manual: Fix module_conf typo Robert Joslyn
2022-01-03 11:33 ` [docs] " Quentin Schulz
2022-01-03 14:28   ` Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.