From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81329C77B60 for ; Wed, 26 Apr 2023 23:29:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240723AbjDZX3K convert rfc822-to-8bit (ORCPT ); Wed, 26 Apr 2023 19:29:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240069AbjDZX3F (ORCPT ); Wed, 26 Apr 2023 19:29:05 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 242223C1B; Wed, 26 Apr 2023 16:29:02 -0700 (PDT) Received: from ip4d1634d3.dynamic.kabel-deutschland.de ([77.22.52.211] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1proZ6-0000GR-FU; Thu, 27 Apr 2023 01:28:48 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Eric Biggers Cc: palmer@dabbelt.com, paul.walmsley@sifive.com, aou@eecs.berkeley.edu, herbert@gondor.apana.org.au, davem@davemloft.net, conor.dooley@microchip.com, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, christoph.muellner@vrull.eu Subject: Re: [PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions Date: Thu, 27 Apr 2023 01:28:47 +0200 Message-ID: <5008634.irdbgypaU6@diego> In-Reply-To: <20230426232331.GB65659@sol.localdomain> References: <20230329140642.2186644-1-heiko.stuebner@vrull.eu> <7664296.GXAFRqVoOG@diego> <20230426232331.GB65659@sol.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi, Am Donnerstag, 27. April 2023, 01:23:31 CEST schrieb Eric Biggers: > On Thu, Apr 27, 2023 at 01:20:31AM +0200, Heiko Stübner wrote: > > But for me, this small bit of scalar crypto is also sort of a stepping > > stone :-). Previous versions [0] already included patches using the > > vector crypto extensions too, I just split that into a separate thing, > > as _this_ series actually uses ratified extensions :-) > > > > > > Heiko > > > > > > > > [0] https://lore.kernel.org/lkml/20230313191302.580787-12-heiko.stuebner@vrull.eu/T/ > > That patchset wasn't sent to linux-crypto. Can you make sure to include > linux-crypto@vger.kernel.org on any subsequent patchsets? Thanks! yeah, that was a fault on my part, which I managed to rectify with v4 here [haven't had time to send the vector part as separate v4 yet] Will include linux-crypto in further submissions. Heiko