Received: by 2002:a05:6358:a55:b0:ec:fcf4:3ecf with SMTP id 21csp2900844rwb; Mon, 16 Jan 2023 00:38:37 -0800 (PST) X-Google-Smtp-Source: AMrXdXvqYWriIdunEvqupnXKb3VzDLxme02LdYvqR4HUt6okTOLQHOpZaayWdxFVKbSIrgU1kdKy X-Received: by 2002:a05:6a00:230d:b0:581:1c:82a3 with SMTP id h13-20020a056a00230d00b00581001c82a3mr96796631pfh.1.1673858316719; Mon, 16 Jan 2023 00:38:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1673858316; cv=none; d=google.com; s=arc-20160816; b=dreCpGgrZVQJ9kZS4X0TxhJlg9ETsR+v5h/xSxLLqVRQRRiiE9ZcfemOW36oa/bBc9 8Bh6RpgQ2AvYXopTOZgmP0YNskC+xLGcFxs20uSxjlaY6WL0CAAD840T+wHq537E7Oe9 8HJjNcoynMJfUPjiU4lwgFagUfKCWkfDlmIb9tW/ZPP/QSrKgh6Ck2eNlJMT9Sph028K V3n9G5LD6uHmH6WgolVKC77uJg0NhCLUFykyuhuNu/aDS1l3qEvYTvEXeUKtn4os8HkI 6fr8wyveamrcvvyzYh+bI+psOHH5QBbCyrvR1I3iUGjbj2lRNTjGhfkc9q8mvC7gCbEF jwtQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=wrNrH9ptYhMteKPQjziPYEcsTDNKSsECLQa7sMfiTt0=; b=02+Sa6e1HAHpZTByKfJN5+So36o/QaJPbMmReiu5BOmQmv8Zg0GHUVrn2G3dGXdRol KIeoFpiV/XHhGh5EyQ/J8jQKa1iRptvkuyXHAIQxaG0JJqg5H8IrUIjqg1XNdH5RaStA B9RhnYjzt0JNbcexLSyMvCQnEXJa/6w2I4O4bpZSRODEPs1d2lJNsFCkx10Agjm2aZ2E LKs2iBaBjYqBl3Sa5/wVZT6TE+ho63Wa1Aa1apyltcxtOw1jSxOmpgwvscXOlemqKj0h z4rX1Bjs9CtF1AnRAGTWTU67Rc7jt3/W1mv5CHFA32tnc5EokcNTXflfEww3HdGerBUP Vw8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id x126-20020a623184000000b0058866177f92si21490207pfx.314.2023.01.16.00.38.17; Mon, 16 Jan 2023 00:38:36 -0800 (PST) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232062AbjAPIKc (ORCPT + 99 others); Mon, 16 Jan 2023 03:10:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232326AbjAPIIH (ORCPT ); Mon, 16 Jan 2023 03:08:07 -0500 Received: from formenos.hmeau.com (helcar.hmeau.com [216.24.177.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B017524F for ; Mon, 16 Jan 2023 00:06:41 -0800 (PST) Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1pHKVq-000Pgl-8m; Mon, 16 Jan 2023 16:06:39 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Mon, 16 Jan 2023 16:06:38 +0800 Date: Mon, 16 Jan 2023 16:06:38 +0800 From: Herbert Xu To: Ard Biesheuvel Cc: linux-crypto@vger.kernel.org, Eric Biggers Subject: Re: [PATCH v2 0/4] crypto: Accelerated GCM for IPSec on ARM/arm64 Message-ID: References: <20221214171957.2833419-1-ardb@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Mon, Jan 16, 2023 at 08:40:09AM +0100, Ard Biesheuvel wrote: > > Will you be taking the rest of the series? (patches #2 - #4). Or we > might defer this to v6.4 entirely it if makes things easier. (The > other changes really shouldn't go through the ARM tree) I had assumed they were dependent. But they do seem to make sense on their own so yes I can certainly take patches 2-4. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt