[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190201070030.GB765@sol.localdomain>
Date: Thu, 31 Jan 2019 23:00:31 -0800
From: Eric Biggers <ebiggers@...nel.org>
To: Herbert Xu <herbert@...dor.apana.org.au>
Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
"Jason A . Donenfeld" <Jason@...c4.com>
Subject: Re: [RFC/RFT PATCH 09/15] crypto: testmgr - introduce
CONFIG_CRYPTO_MANAGER_EXTRA_TESTS
On Fri, Feb 01, 2019 at 01:31:46PM +0800, Herbert Xu wrote:
> 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?
>
Yes, I'll do that.
- Eric
Powered by blists - more mailing lists