From: Avinesh Kumar <akumar@suse.de>
To: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH 1/1] doc/c-API: Update module detection dependency
Date: Thu, 29 Jun 2023 12:48:41 +0530 [thread overview]
Message-ID: <5692806.DvuYhMxLoT@localhost> (raw)
In-Reply-To: <20230621125553.466801-1-pvorel@suse.cz>
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
next prev parent reply other threads:[~2023-06-29 7:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2023-06-29 13:34 ` Petr Vorel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5692806.DvuYhMxLoT@localhost \
--to=akumar@suse.de \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.