From patchwork Thu Oct 19 20:09:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Gilbert X-Patchwork-Id: 10018269 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id BB57660224 for ; Thu, 19 Oct 2017 20:10:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AD78328E47 for ; Thu, 19 Oct 2017 20:10:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A06B328E49; Thu, 19 Oct 2017 20:10:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2944228E47 for ; Thu, 19 Oct 2017 20:10:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752124AbdJSUKO (ORCPT ); Thu, 19 Oct 2017 16:10:14 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:44779 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753528AbdJSUKM (ORCPT ); Thu, 19 Oct 2017 16:10:12 -0400 Received: by mail-pf0-f195.google.com with SMTP id x7so7575876pfa.1 for ; Thu, 19 Oct 2017 13:10:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=coreos.com; s=google; h=from:to:cc:subject:date:message-id; bh=7997fOTHqFE9KRRk3twjC+7JzhaLnaBvKrr604+lcho=; b=qTRoKNMCrToa3QRe6IvqRjdIxWPE1INGarr+BqOc+00ZlpBA7iCE+rJQmV3cHPXajd Ds8SVu1l2w3yVzAr8uksc/PreaCRpxE/Hljv5MgGb25wC0aHerJDyX4H8OrZMklcxxlR HpAeibFeb/pZfs0tIeleHR+fMc84nvvYrsCq8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=7997fOTHqFE9KRRk3twjC+7JzhaLnaBvKrr604+lcho=; b=QChHVbubiBKaIs2xuMBbuGGh6c/Cc6g5kj/VeDaPa62t3fipLhA1YAe1Udf+Elm8b7 d3TAzzGiWOEouKsWbmQBh9bGFfnkkRu7d3zytYfwtaX/Rg2EXwL9zqNLf1p6aEzPcT7j AZOxwodd1EPdHxzkamuez9qBPOVVQxpu0R5xWZXnNDJ7lhFkKcsL3u42ETcyv6DsW9oW +8f3jHrqJlyVWE4QnulptsSpjXC+9mrabJXs14X2tI4STb4r24xozjXfZrs9bGGAl+bs 7IYi0yqjFJy1Wszv9BN7HFVQy1Q1FacFRfOHmIA/tLAgIbzCFe+8WPZlBdt0D1PKmf/Q oYEA== X-Gm-Message-State: AMCzsaXOMcPcudDKWDzu4ZkMcSI0zCcbC2qIJ09Qv/w3UAGclOI1/rAZ Bjj6RAFLWLBUbQ95g0b7vxDgiOKuEaY= X-Google-Smtp-Source: ABhQp+R07B8JCk9jdHUhThkj7sEVyfyn39KsreJf//uCAOzWCMQTOkVU37rBvm2/g8x/7twJulHYfA== X-Received: by 10.84.177.195 with SMTP id x61mr2315149plb.286.1508443810445; Thu, 19 Oct 2017 13:10:10 -0700 (PDT) Received: from trogon.sfo.coreos.systems ([12.133.141.2]) by smtp.gmail.com with ESMTPSA id l22sm20257676pfk.45.2017.10.19.13.10.09 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Oct 2017 13:10:09 -0700 (PDT) From: Benjamin Gilbert To: linux-cifs@vger.kernel.org Cc: Benjamin Gilbert Subject: [PATCH] cifs: Select all required crypto modules Date: Thu, 19 Oct 2017 13:09:29 -0700 Message-Id: <20171019200929.4055-1-benjamin.gilbert@coreos.com> X-Mailer: git-send-email 2.13.6 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Reviewed-by: Aurelien Aptel --- 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,