Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp8351008pxu; Sun, 27 Dec 2020 03:33:32 -0800 (PST) X-Google-Smtp-Source: ABdhPJzZQfZTB1KhyLo/Rs82S1DPytg2LNnv17CsT+oXrefZWNtaTGg4hDqX/fMx00n7F9r3NPrW X-Received: by 2002:a05:6402:1d18:: with SMTP id dg24mr37739598edb.221.1609068812689; Sun, 27 Dec 2020 03:33:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1609068812; cv=none; d=google.com; s=arc-20160816; b=sBhbRC02m2/zMT9lg9yoUd5wRqr2yb1nO7c2/XaTdTDl1GtiIVNGTLmEaKxMFDuEQT AP67jYqInOfRXBj5kfeEt6daKYuEcBeaBFsHVYfcABYnrU3VXx5Std597ApzVQ7kezxS 5NnGqK8uJY5GC2OTDV0NiM3Gc/eiaI98eWsXwhZhPljEMo8HldfglJCgJjLtnhMQg709 jYzPGVG1G9GOcNr+6SOy2FlGipUavsg2hFhPzYL734e+fMDOhaeofoJ9rNf4VgSv2OQr Qv2qj0lSl7jwf6eGGhMtqKYN4+kSVA2roLVRw1Pk2dVVxgFo9RqpfoMzZQLyf8gvda4y RxPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:to:from:date; bh=iUQuhfTwowrGpkjacPVSVhAQSQImv5WFuffwLyh5pWw=; b=vYiKA22iXetZmcGShS6W3bZbb19n63SIGzi5OWiIuKMxEsjvF/25qPFqFWf0xjzCHC 3cmkucRjyIxq7YFRgNPnnV09QfhC8KgcZf94auFzOKBXr4xxFXK/mD4lSWwIEEE/aGfy AAdEdDtyZC0TBxqX9ZgWGi5NSf6NFQL7MOglPMeU0DLEs/5GoSHNFhM4/Goh8WP/44n6 Holp5KlePZi4OCChuBwvUaqNjS1aay0yWrFqIhNgc6sM15978RoOqJ3kDMR/GoedO9ZN mDLvFS8PDR4BpoHiEbtljq3qb+eWUhE6DkkLw8untRcf06nuLocJuRxJc8dx5OAUnIZx GssQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id kt26si14528284ejb.443.2020.12.27.03.33.11; Sun, 27 Dec 2020 03:33:32 -0800 (PST) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726046AbgL0LdK (ORCPT + 99 others); Sun, 27 Dec 2020 06:33:10 -0500 Received: from helcar.hmeau.com ([216.24.177.18]:59562 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726039AbgL0LdK (ORCPT ); Sun, 27 Dec 2020 06:33:10 -0500 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.103.7]) by fornost.hmeau.com with smtp (Exim 4.92 #5 (Debian)) id 1ktUHd-0000dj-W4; Sun, 27 Dec 2020 22:32:23 +1100 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Sun, 27 Dec 2020 22:32:21 +1100 Date: Sun, 27 Dec 2020 22:32:21 +1100 From: Herbert Xu To: Linus Torvalds , "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List Subject: [GIT PULL] Crypto Fixes for 5.11 Message-ID: <20201227113221.GA28744@gondor.apana.org.au> References: <20200803044024.GA6429@gondor.apana.org.au> <20200830223304.GA16882@gondor.apana.org.au> <20201026011159.GA2428@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201026011159.GA2428@gondor.apana.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi Linus: This push fixes a number of autobuild failures due to missing Kconfig dependencies. The following changes since commit 93cebeb1c21a65b92636aaa278a32fbc0415ec67: crypto: qat - add capability detection logic in qat_4xxx (2020-12-11 21:54:16 +1100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus for you to fetch changes up to c0e583ab2016de8dedfb73934d4c4e8ff5bd896c: crypto: qat - add CRYPTO_AES to Kconfig dependencies (2020-12-23 18:45:23 +1100) ---------------------------------------------------------------- Daniele Alessandrelli (1): crypto: keembay - Add dependency on HAS_IOMEM Geert Uytterhoeven (1): crypto: keembay - CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAY Marco Chiappero (1): crypto: qat - add CRYPTO_AES to Kconfig dependencies drivers/crypto/keembay/Kconfig | 5 +++-- drivers/crypto/qat/Kconfig | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt