* [LTP] [PATCH 1/1] doc/c-API: Update module detection dependency
@ 2023-06-21 12:55 Petr Vorel
2023-06-29 7:18 ` Avinesh Kumar
0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2023-06-21 12:55 UTC (permalink / raw)
To: ltp
From: Petr Vorel <petr.vorel@gmail.com>
8f7013ba6 removed modprobe dependency, it was replaced by parsing files
generated by kmod.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
doc/c-test-api.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/c-test-api.txt b/doc/c-test-api.txt
index dcb6e1ba8..be63aa8cf 100644
--- a/doc/c-test-api.txt
+++ b/doc/c-test-api.txt
@@ -1606,8 +1606,8 @@ as a module. If '.needs_drivers' points to a 'NULL' terminated array of kernel
module names these are all checked and the test exits with 'TCONF' on the
first missing driver.
-Since it relies on modprobe command, the check will be skipped if the command
-itself is not available on the system.
+The detection is based on reading 'modules.dep' and 'modules.builtin' files
+generated by kmod. The check is skipped on Android.
1.27 Saving & restoring /proc|sys values
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
2.40.1
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [LTP] [PATCH 1/1] doc/c-API: Update module detection dependency
2023-06-21 12:55 [LTP] [PATCH 1/1] doc/c-API: Update module detection dependency Petr Vorel
@ 2023-06-29 7:18 ` Avinesh Kumar
2023-06-29 13:34 ` Petr Vorel
0 siblings, 1 reply; 3+ messages in thread
From: Avinesh Kumar @ 2023-06-29 7:18 UTC (permalink / raw)
To: ltp
Reviewed-by: Avinesh Kumar <akumar@suse.de>
On Wednesday, June 21, 2023 6:25:53 PM IST Petr Vorel wrote:
> From: Petr Vorel <petr.vorel@gmail.com>
>
> 8f7013ba6 removed modprobe dependency, it was replaced by parsing files
> generated by kmod.
>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> doc/c-test-api.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/c-test-api.txt b/doc/c-test-api.txt
> index dcb6e1ba8..be63aa8cf 100644
> --- a/doc/c-test-api.txt
> +++ b/doc/c-test-api.txt
> @@ -1606,8 +1606,8 @@ as a module. If '.needs_drivers' points to a 'NULL'
> terminated array of kernel module names these are all checked and the test
> exits with 'TCONF' on the first missing driver.
>
> -Since it relies on modprobe command, the check will be skipped if the
> command -itself is not available on the system.
> +The detection is based on reading 'modules.dep' and 'modules.builtin' files
> +generated by kmod. The check is skipped on Android.
>
> 1.27 Saving & restoring /proc|sys values
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] [PATCH 1/1] doc/c-API: Update module detection dependency
2023-06-29 7:18 ` Avinesh Kumar
@ 2023-06-29 13:34 ` Petr Vorel
0 siblings, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2023-06-29 13:34 UTC (permalink / raw)
To: Avinesh Kumar; +Cc: ltp
Hi Avinesh,
thanks a lot for your review, merged.
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-29 13:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21 12:55 [LTP] [PATCH 1/1] doc/c-API: Update module detection dependency Petr Vorel
2023-06-29 7:18 ` Avinesh Kumar
2023-06-29 13:34 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox