Received: by 2002:a05:6a10:a852:0:0:0:0 with SMTP id d18csp877035pxy; Wed, 5 May 2021 16:40:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx0Y42F32Us0loz3nb/bLfgbj6HRrlxNIEhmihoiSyjYFKPQwrCDLggbOpEQ3DNBGeIwZVw X-Received: by 2002:a17:906:c9d8:: with SMTP id hk24mr1262842ejb.480.1620258058086; Wed, 05 May 2021 16:40:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620258058; cv=none; d=google.com; s=arc-20160816; b=oWWAUhSt0jhaP0f7ccOr5FQcPmlL5pk2sqVlDGvtfzRoUin9wyrZ/kMuLnQvv8mBYg 6lliUCfJfEipuoI+Xq7IPIfLXGtvmrnak+0P6hgRW/JjhCpxOSGVWxuZkuOe0rK3HG0X NelWg27pDn73+4xP3hoD4mZyejXQr2EvCK8dFH4v6DB0BEg6rDYDfeZrk0a7tBfOpCcy ftDDofYOG2NzKK0pd41Vm7QUUQhuc7c3euY4WQ+k7pBbqr6fI6ZQX9RbenpfKHO2o2iS 74X6pWA2YfAiaO774Cg5Oy7nsuL029VFMQyraT4tMk1HVOVhGvDqE54nYFykCQd/hDai wcXA== 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:cc:to:from:date; bh=aE5H/v+Ib81yj83xJMMhRXupKtSbt9fCWO6jojyP6YE=; b=uAWHlsxWdakLtnoLE0h8CdaDuo0YOai4s1IBdxBiPxN0+5GBHP1glxB5J3s9saikaH eq3WSZ+wYfbJjHABpOb7A4D6kOKAeD/VTsTol5NBrtP4751mThvp9qNqTVGJ7B5M4igK Y2ztkJ/x9NS0+evYilbDeL5EO/Jlo2IXZ4qul3SN7ZfxAQKxKDNmCnTJfjfX+p0TpeQ1 VJ8+0CvkCfwwT4hiR5em/dnJPARUJYAwdcR25UbPFhmirNPiLFCJXk1OklCF1+JI05PJ Rcb/efQ43IUfgSHW2uoKr+B5APtdkndjrEwPc6PWpMwcf2x0CTTfVXVzvlNJXsf8gdfk E0XA== 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 s5si718287eju.297.2021.05.05.16.40.34; Wed, 05 May 2021 16:40:58 -0700 (PDT) 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 S229968AbhEEW7r (ORCPT + 99 others); Wed, 5 May 2021 18:59:47 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:54420 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229827AbhEEW7r (ORCPT ); Wed, 5 May 2021 18:59:47 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtp (Exim 4.89 #2 (Debian)) id 1leQTa-0004CG-2z; Thu, 06 May 2021 06:58:42 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1leQTY-0008EU-1V; Thu, 06 May 2021 06:58:40 +0800 Date: Thu, 6 May 2021 06:58:40 +0800 From: Herbert Xu To: Thara Gopinath Cc: davem@davemloft.net, bjorn.andersson@linaro.org, ebiggers@google.com, ardb@kernel.org, sivaprak@codeaurora.org, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [Patch v4 0/7] Add support for AEAD algorithms in Qualcomm Crypto Engine driver Message-ID: <20210505225839.uy6zlj3gtp77uuqk@gondor.apana.org.au> References: <20210429150707.3168383-1-thara.gopinath@linaro.org> <48d51bb5-a107-4756-4767-f62131d28505@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48d51bb5-a107-4756-4767-f62131d28505@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Wed, May 05, 2021 at 06:54:18PM -0400, Thara Gopinath wrote: > > > On 4/29/21 11:07 AM, Thara Gopinath wrote: > > Enable support for AEAD algorithms in Qualcomm CE driver. The first three > > patches in this series are cleanups and add a few missing pieces required > > to add support for AEAD algorithms. Patch 4 introduces supported AEAD > > transformations on Qualcomm CE. Patches 5 and 6 implements the h/w > > infrastructure needed to enable and run the AEAD transformations on > > Qualcomm CE. Patch 7 adds support to queue fallback algorithms in case of > > unsupported special inputs. > > > > This patch series has been tested with in kernel crypto testing module > > tcrypt.ko with fuzz tests enabled as well. > > Hi Herbert, > > I have fixed all the review comments on this series and fuzz tests pass as > well. Do you think this can be merged ? We're still in the merge window, no new features are accepted at this point. Please be patient. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt