* [PATCH] cifs: Select all required crypto modules
@ 2017-10-19 20:09 Benjamin Gilbert
[not found] ` <20171019200929.4055-1-benjamin.gilbert-JW9irJGTvgXQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Gilbert @ 2017-10-19 20:09 UTC (permalink / raw)
To: linux-cifs-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Gilbert
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cifs: Select all required crypto modules
[not found] ` <20171019200929.4055-1-benjamin.gilbert-JW9irJGTvgXQT0dZR+AlfA@public.gmane.org>
@ 2017-10-22 9:14 ` Aurélien Aptel
0 siblings, 0 replies; 2+ messages in thread
From: Aurélien Aptel @ 2017-10-22 9:14 UTC (permalink / raw)
To: Benjamin Gilbert, linux-cifs-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Gilbert
Looks good to me.
Reviewed-by: Aurelien Aptel <aaptel-IBi9RG/b67k@public.gmane.org>
--
Aurélien Aptel / SUSE Labs Samba Team
GPG: 1839 CB5F 9F5B FB9B AA97 8C99 03C8 A49B 521B D5D3
SUSE Linux GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-22 9:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-19 20:09 [PATCH] cifs: Select all required crypto modules Benjamin Gilbert
[not found] ` <20171019200929.4055-1-benjamin.gilbert-JW9irJGTvgXQT0dZR+AlfA@public.gmane.org>
2017-10-22 9:14 ` Aurélien Aptel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox