Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp85421ybx; Tue, 5 Nov 2019 20:04:20 -0800 (PST) X-Google-Smtp-Source: APXvYqwq/azl/9ZVe6vr2p0dY42Az8o5zDM2Wgb2n0fAOTFgJ923R8v9SNyDgS4uQmE3u4Ua2EBV X-Received: by 2002:a50:ff19:: with SMTP id a25mr392385edu.181.1573013060103; Tue, 05 Nov 2019 20:04:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573013060; cv=none; d=google.com; s=arc-20160816; b=fxQZsrhpXxVshqE8HcFVMNI9bVEKQwCwuJxYID7FDOeioYndGPoP+/cKRY+pWGDgXD lgsVbERq7Pak3Dsyufovi5wu82jXA4sxUaDtj754VIP8rjuRh9Cdhr1TDCrxAzlAv4uz vU4eMvMOiEXY6n6Co+qXRpNmSdycgParVbP8U10bao22kk/LJkp4oEsZHLHkBg7n0rGU kQdwY0sPyy9Zn3H6JOoUBKDqURpmXodE4B8orX6F6oHJOlWxs/pWi/L2mbrjYWovGW6u Itqq2PGuE8fjmEzuaAgmBFv94djY6dSB0IhKMEftAtkd3qqy9RAfncFdMKZJM6QBzKlr PFsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:to :from:date; bh=zh8iBEOTTZlPzS4TN8cDQoKa9w6WqWU+pA2d13QORdw=; b=AziHxqQLcbbkgmxWmWstxzLeqHkrleCrp7TaiTYw2JXqoRQ31Wt5GmG21k6vqDW6HL eiCMPiqO5qDajZAkN2vgqDPyKGDAjBJnILzPfC4kXLVMtJjx2gnk4QAn+8r95rvyZuOg KHg13MTwriDK3duY25/hyBY9+En8Uv+byvDJoSb4dEAohbpoOxTSPopJWQ56M94XrRyh vz5HoJA7q5k1wAabicjTvOlITCp2LwSu6SA0pxhq4JegN4RWx6Qor3+gGB+kozj8kzFr sGnwjaDbR3AlOXsSmC8WQblLeN31iUWY9hKcDZ75qEpbTtqgEwwBSe46B01jllFg8ZqU mEpg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k21si1955510ejc.148.2019.11.05.20.03.49; Tue, 05 Nov 2019 20:04:20 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731006AbfKFEDp (ORCPT + 99 others); Tue, 5 Nov 2019 23:03:45 -0500 Received: from helcar.hmeau.com ([216.24.177.18]:37602 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725768AbfKFEDp (ORCPT ); Tue, 5 Nov 2019 23:03:45 -0500 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1iSCXn-00064F-Uy; Wed, 06 Nov 2019 12:03:44 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1iSCXj-0004XI-Rf; Wed, 06 Nov 2019 12:03:39 +0800 Date: Wed, 6 Nov 2019 12:03:39 +0800 From: Herbert Xu To: Ard Biesheuvel , linux-crypto@vger.kernel.org, "David S. Miller" , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 28/29] crypto: remove deprecated and unused ablkcipher support Message-ID: <20191106040339.mclk3vyjv3wawmhx@gondor.apana.org.au> References: <20191105132826.1838-1-ardb@kernel.org> <20191105132826.1838-29-ardb@kernel.org> <20191105175206.GD757@sol.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191105175206.GD757@sol.localdomain> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Tue, Nov 05, 2019 at 09:52:06AM -0800, Eric Biggers wrote: > > Now that these helpers are trivial, they could be removed and we could just > dereference the struct skcipher_alg directly. We probably should just keep them to avoid churn. New code can certainly start using them directly. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt