public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [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

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