Received: by 2002:ac0:b08d:0:0:0:0:0 with SMTP id l13csp7298imc; Thu, 31 Jan 2019 21:32:16 -0800 (PST) X-Google-Smtp-Source: AHgI3Ib9Pkeg0SS8NWYDKSCFTgDe5MHd0qsM7vHLR/Ntsnx/UvHzzkzdnNAOd0dqUonm+w341dnv X-Received: by 2002:a63:f201:: with SMTP id v1mr901499pgh.232.1548999136460; Thu, 31 Jan 2019 21:32:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548999136; cv=none; d=google.com; s=arc-20160816; b=VjdJ/USzSOMufTY9mcXB/fjUk1vXyTWgrbWKEo8+B1LsCBOESColSET8VrFKpscO+s +pVkbPxDLb+o+OTS6adEeD2JRFt4EUUhE0RyQRGKpkanIWF8Shcooj01rTMUlXGFzuEP 6mA+rML9TaF91hiO209Fv0HIBFB6m5e7rp8IRxZBL4n0QGT3IYC/IspYFRela5qBYSTD EEv7edmmydijrhT1oqgjGa31PzRAvU5qHkx/nmt1TEljjyF6yGWXlMQHqexmuVD35P+m O7K3TTo7fBewzvRnipTUs1BCki8Pdrc/ryRizQsyHl3T5vetS086G0Qnd4IINRiTkwnC IfVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=y6sums5t4lhqUzWzyDBz6y/sYKOOCSzAFVRQiqPr+ds=; b=Sh6if5XQkRpeUeG6c9HPMm1vVRnZY7tS1eKnHYq2eCZeqv45+w+xVR6iO9hv1Bi1e2 YW1yMPSNpFZMO3qAAV6ZsdOyZEz7EtOESjsT7eHHhThtrgfihGQ+We7bU7roxNtSpDQs qDb6ZfLHb18KvJs8h+3tNQMFb3CAtbz2fct5xv2WKMDuQXhRWwqPC5fp2N8VoubXspSo anpgWIE2GXGyFXp/jsysv9PnXtboYqTArvPzmlutZSjn6UM4eYljWJzKhsP6RG16WQW7 J+l1hzQ1leiEqyg+e1SIXWGSCn4VbiGTCMnxx8+2DqcDD9jAsQ69JY+bD8XFzyYfdmX0 u0gA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e8si6637171pfc.248.2019.01.31.21.32.00; Thu, 31 Jan 2019 21:32:16 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726470AbfBAFbt (ORCPT + 99 others); Fri, 1 Feb 2019 00:31:49 -0500 Received: from orcrist.hmeau.com ([104.223.48.154]:56550 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725854AbfBAFbt (ORCPT ); Fri, 1 Feb 2019 00:31:49 -0500 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1gpRQZ-0007fF-AD; Fri, 01 Feb 2019 13:31:47 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1gpRQY-0004vX-FN; Fri, 01 Feb 2019 13:31:46 +0800 Date: Fri, 1 Feb 2019 13:31:46 +0800 From: Herbert Xu To: Eric Biggers Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, "Jason A . Donenfeld" Subject: Re: [RFC/RFT PATCH 09/15] crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS Message-ID: <20190201053146.mgswr6w7zktl7cet@gondor.apana.org.au> References: <20190123224926.250525-1-ebiggers@kernel.org> <20190123224926.250525-10-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190123224926.250525-10-ebiggers@kernel.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 23, 2019 at 02:49:20PM -0800, Eric Biggers wrote: > > diff --git a/crypto/Kconfig b/crypto/Kconfig > index 86960aa53e0f..cbeba16fd8c1 100644 > --- a/crypto/Kconfig > +++ b/crypto/Kconfig > @@ -168,6 +168,16 @@ config CRYPTO_MANAGER_DISABLE_TESTS > Disable run-time self tests that normally take place at > algorithm registration. > > +config CRYPTO_MANAGER_EXTRA_TESTS > + bool "Enable extra run-time crypto self tests" > + depends on !CRYPTO_MANAGER_DISABLE_TESTS Perhaps add a dependency on DEBUG_KERNEL so we don't bother people who don't care? Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt