linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Corentin Labbe <clabbe@baylibre.com>
To: davem@davemloft.net, ebiggers@kernel.org,
	herbert@gondor.apana.org.au, nhorman@tuxdriver.com
Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
	Corentin Labbe <clabbe@baylibre.com>
Subject: [PATCH v3 02/10] crypto: CRYPTO_STATS should depend on CRYPTO_USER
Date: Tue, 20 Nov 2018 12:32:18 +0000	[thread overview]
Message-ID: <1542717146-34917-3-git-send-email-clabbe@baylibre.com> (raw)
In-Reply-To: <1542717146-34917-1-git-send-email-clabbe@baylibre.com>

CRYPTO_STATS is using CRYPTO_USER stuff, so it should depends on it.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 crypto/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 62dbd1a99fa3..a2f1b4a86b92 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1829,6 +1829,7 @@ config CRYPTO_USER_API_AEAD
 
 config CRYPTO_STATS
 	bool "Crypto usage statistics for User-space"
+	depends on CRYPTO_USER
 	help
 	  This option enables the gathering of crypto stats.
 	  This will collect:
-- 
2.18.1


  parent reply	other threads:[~2018-11-20 12:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-20 12:32 [PATCH v3 00/10] crypto: crypto_user_stat: misc enhancement Corentin Labbe
2018-11-20 12:32 ` [PATCH v3 01/10] crypto: crypto_user_stat: made crypto_user_stat optional Corentin Labbe
2018-11-20 14:13   ` Neil Horman
2018-11-20 12:32 ` Corentin Labbe [this message]
2018-11-20 12:32 ` [PATCH v3 03/10] crypto: crypto_user_stat: convert all stats from u32 to u64 Corentin Labbe
2018-11-20 12:32 ` [PATCH v3 04/10] crypto: crypto_user_stat: split user space crypto stat structures Corentin Labbe
2018-11-20 12:32 ` [PATCH v3 05/10] crypto: tool: getstat: convert user space example to the new crypto_user_stat uapi Corentin Labbe
2018-11-20 12:32 ` [PATCH v3 06/10] crypto: crypto_user_stat: fix use_after_free of struct xxx_request Corentin Labbe
2018-11-20 12:32 ` [PATCH v3 07/10] crypto: crypto_user_stat: Fix invalid stat reporting Corentin Labbe
2018-11-20 12:32 ` [PATCH v3 08/10] crypto: crypto_user_stat: remove intermediate variable Corentin Labbe
2018-11-20 12:32 ` [PATCH v3 09/10] crypto: crypto_user_stat: Split stats in multiple structures Corentin Labbe
2018-11-20 12:32 ` [PATCH v3 10/10] crypto: crypto_user_stat: rename err_cnt parameter Corentin Labbe

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=1542717146-34917-3-git-send-email-clabbe@baylibre.com \
    --to=clabbe@baylibre.com \
    --cc=davem@davemloft.net \
    --cc=ebiggers@kernel.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nhorman@tuxdriver.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).