Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp2439954pxb; Sat, 2 Oct 2021 17:37:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJynWpotMLFnV9Du8ecLU3m7ymz2sA1IdGcFxJDXVpEL0MPxZ3YV49QGqD1bXNlA647G8tP5 X-Received: by 2002:a05:6a00:2146:b0:44c:2922:8abf with SMTP id o6-20020a056a00214600b0044c29228abfmr5545072pfk.27.1633221434355; Sat, 02 Oct 2021 17:37:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633221434; cv=none; d=google.com; s=arc-20160816; b=04e9vSva5tKNF2h4LY5fSiwksgDkEDLRpDR8nP+CKqxw2IzprHjx5WtICCVq3MFq+Y Youifv7EjfYa6jGB0wXxV0tqP48MBr28/K/KEHmqJ37jye91AgIwiHCec54vewiTzoL1 QrIGU8oVAOBOsQZ3ismRHfeAF/v9eN+b0GvgySogiXyKebCeGue46DBSdiAw7JeZGHO7 QS/jFRDWyQznGCVfNcO37P4+ak6sAlb6nP/QRbFQKxdWJf59bhGfepfNQG6sj8PTGPiY 2P6B9iUWENoatGfLn9PUBuqY49VT4Cxv5d5EteEkgQPhfKsCD2MtbydKXSdaxbFwO4IN hZOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=YtWcJZGnpkFJsLpY4IDcygWQg8FyxjxCJs+d498/il0=; b=dANzup2hfoLYxNqFRt0d0bjBQAJI6WYpJEdvH4H0FyWLugZ7e45pQV2hBI91hxe1mX lHXlZXS+ANfiRwfGQ1QLRZggpye2QZnK5P7wyAqHiyPmJox+YmKZMyC+i0RNldinyTuq OhpWhUqZWrptQo1AB2DLSmi8ryLLpZb0n1Fh7sVcuZmH8z6rXaNQ3VJYOeqxdQIr2wX8 wdc5LBCctt1OTQklu4qOmfDO2HFnt2m+NPQAGuz0VBJjN0H9sMKL6QB2SMdFMRppCLWn gDeBMKd4qLdqvWAp6n7RCAqDQ4FvuOqBN4pphwV1TJey/4SvIu66tKNJ4AUSnIEVva7S 0JiQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r23si11312431pfg.256.2021.10.02.17.36.42; Sat, 02 Oct 2021 17:37:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234063AbhJCA3u (ORCPT + 99 others); Sat, 2 Oct 2021 20:29:50 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:55798 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233697AbhJCA3u (ORCPT ); Sat, 2 Oct 2021 20:29:50 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtp (Exim 4.92 #5 (Debian)) id 1mWpMJ-0006pR-3F; Sun, 03 Oct 2021 08:28:03 +0800 Received: from herbert by gondobar with local (Exim 4.92) (envelope-from ) id 1mWpMH-0001QV-I3; Sun, 03 Oct 2021 08:28:01 +0800 Date: Sun, 3 Oct 2021 08:28:01 +0800 From: Herbert Xu To: Nathan Chancellor Cc: Linux Crypto Mailing List , Vladis Dronov , Simo Sorce , Eric Biggers , llvm@lists.linux.dev Subject: Re: [v2 PATCH] crypto: api - Fix built-in testing dependency failures Message-ID: <20211003002801.GA5435@gondor.apana.org.au> References: <20210913071251.GA15235@gondor.apana.org.au> <20210917002619.GA6407@gondor.apana.org.au> <20211001055058.GA6081@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Fri, Oct 01, 2021 at 11:01:59AM -0700, Nathan Chancellor wrote: > > I have attached the Kconfig file that I used to reproduce it. It is > still reproducible for me at your latest commit in cryptodev > (e42dff467ee688fe6b5a083f1837d06e3b27d8c0) with that exact command that > I gave you. > > It is possible that it could be crypto_boot_test_finished? I don't think that's the issue because algapi already depends on api. However, the softdep on cryptomgr in api looks suspicious, as it would always introduce a loop. Can you try removing that softdep from api.c and see if the problem resolves it self? Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt