Linux CIFS filesystem development
 help / color / mirror / Atom feed
From: Benjamin Gilbert <benjamin.gilbert-JW9irJGTvgXQT0dZR+AlfA@public.gmane.org>
To: linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Benjamin Gilbert
	<benjamin.gilbert-JW9irJGTvgXQT0dZR+AlfA@public.gmane.org>
Subject: [PATCH] cifs: Select all required crypto modules
Date: Thu, 19 Oct 2017 13:09:29 -0700	[thread overview]
Message-ID: <20171019200929.4055-1-benjamin.gilbert@coreos.com> (raw)

Some dependencies were lost when CIFS_SMB2 was merged into CIFS.

Fixes: 2a38e12053b7 ("[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred")
Signed-off-by: Benjamin Gilbert <benjamin.gilbert-JW9irJGTvgXQT0dZR+AlfA@public.gmane.org>
---
 fs/cifs/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index f7243617316c..d5b2e12b5d02 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -5,9 +5,14 @@ config CIFS
 	select CRYPTO
 	select CRYPTO_MD4
 	select CRYPTO_MD5
+	select CRYPTO_SHA256
+	select CRYPTO_CMAC
 	select CRYPTO_HMAC
 	select CRYPTO_ARC4
+	select CRYPTO_AEAD2
+	select CRYPTO_CCM
 	select CRYPTO_ECB
+	select CRYPTO_AES
 	select CRYPTO_DES
 	help
 	  This is the client VFS module for the SMB3 family of NAS protocols,
-- 
2.13.6

             reply	other threads:[~2017-10-19 20:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-19 20:09 Benjamin Gilbert [this message]
     [not found] ` <20171019200929.4055-1-benjamin.gilbert-JW9irJGTvgXQT0dZR+AlfA@public.gmane.org>
2017-10-22  9:14   ` [PATCH] cifs: Select all required crypto modules Aurélien Aptel

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=20171019200929.4055-1-benjamin.gilbert@coreos.com \
    --to=benjamin.gilbert-jw9irjgtvgxqt0dzr+alfa@public.gmane.org \
    --cc=linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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