From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4E3DDEB64D9 for ; Thu, 29 Jun 2023 07:18:58 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 46B3F3CC31E for ; Thu, 29 Jun 2023 09:18:56 +0200 (CEST) Received: from in-7.smtp.seeweb.it (in-7.smtp.seeweb.it [217.194.8.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 754673CB956 for ; Thu, 29 Jun 2023 09:18:46 +0200 (CEST) Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by in-7.smtp.seeweb.it (Postfix) with ESMTPS id AF3DE200BBA for ; Thu, 29 Jun 2023 09:18:45 +0200 (CEST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id E6D602188D; Thu, 29 Jun 2023 07:18:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1688023124; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/0SU0Xdt5/aTEPneg/OdhJhLZTfqOolqIuqG33Y68nA=; b=STifhgLA0ZnFRIAXJZBYY/GZmyXTprOS+mzsj1WRChgDDkAIpKm1KxQ/BtN7wH45yS9Amt Dw9aiRCxQ8OYTeSnuDopEI7qN9YayC6WU2RVeG4REWQb36Wfb6UsN9otCcr8/JM+8o9B5U QobiRwW3P4U5C8yB4FEI88sXMNWKAV4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1688023124; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/0SU0Xdt5/aTEPneg/OdhJhLZTfqOolqIuqG33Y68nA=; b=wFVQOw4ox1695ZEGvQXyXTyCb+X1BPGvLNnkvfyiTlrE4Dmy3QXNBTU+HCre0eXHrARDkG zPNDOewqtNVDtUAg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 3841613905; Thu, 29 Jun 2023 07:18:44 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id vSIMAFQwnWTnOwAAMHmgww (envelope-from ); Thu, 29 Jun 2023 07:18:43 +0000 From: Avinesh Kumar To: ltp@lists.linux.it Date: Thu, 29 Jun 2023 12:48:41 +0530 Message-ID: <5692806.DvuYhMxLoT@localhost> Organization: SUSE In-Reply-To: <20230621125553.466801-1-pvorel@suse.cz> References: <20230621125553.466801-1-pvorel@suse.cz> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 1.0.1 at in-7.smtp.seeweb.it X-Virus-Status: Clean Subject: Re: [LTP] [PATCH 1/1] doc/c-API: Update module detection dependency X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" Reviewed-by: Avinesh Kumar On Wednesday, June 21, 2023 6:25:53 PM IST Petr Vorel wrote: > From: Petr Vorel > > 8f7013ba6 removed modprobe dependency, it was replaced by parsing files > generated by kmod. > > Signed-off-by: Petr Vorel > --- > 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