Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp4113668ybc; Thu, 14 Nov 2019 22:08:44 -0800 (PST) X-Google-Smtp-Source: APXvYqzixG6ZSHbU89XjW3cnY9Uj9F7G6aUvHKDTnDQ/jzgs8d+Yu07SXaL9L8sCGWBVgFKIhD+P X-Received: by 2002:a17:906:1d02:: with SMTP id n2mr11208683ejh.219.1573798124884; Thu, 14 Nov 2019 22:08:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573798124; cv=none; d=google.com; s=arc-20160816; b=k951VnVi/jAp+TkI+kstkz5AtkAE4u5Y/BuWxVHwEkZ6B6LYFMpyjtNEa7N5cQeg2r a6jN1OY8/t1YdR9xfyaIru34utAN5oVDyFF1Q2QkUP/yrvcAXUF9GOlq42uYUfy0uvs/ jlT6e+F//CMNJyLUjzqxGimOE2D9ssWrz1nGmm78DGNZjCDFSPpVAQhOEPcIgOOunzE9 8UbUb1B9bxj+zdhl48DR9U6bJOuafngTHDHBq7Qw7kMoRuMeAa+g5ZKYnRyEMUbI54Wx SOTCsEiVdFnK3IgU5HnJ3OFbQjQSV/ie6TUTCwEnD1PN5e5z6TgeJaXkS9OgVTM6f7S0 3DtA== 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:cc :to:from:date; bh=JZlxPCyupyOVUxTExAXQiRBRBToFWcDsdkQc81F8/rE=; b=t/CBmMsJnFrvd+HpuTbhxQnBTTPgSyx82Aj0JbKXlufz0pxaGj7W9CDCNXZLY6r0Jz wkA7fogtlhL9uM9+K/RBLqOP27r9S4VrBzRiIQOQbxJKlR4WdGO8S32hyVIvsQ6Vi0Pc 8do5LhhMFDoCxcLzNBv4YqS6zh11HvFCLHVi9QopMqXU0jV5pBgzWDm+8fwyrTTliRWj htTHHIbnDA9FwXPrmsRqytz+GJzIHRPGgjE3C7lG4aPvmZZ0G04u1NcNDiPNih/BpYLL 37oQ5+GWzqT3gScHZLrvgCsMM8W0B6tL/q8ZiywHiWjplYjukYn/iGilnL0KwWd6m6sr fWfw== 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 k1si4729606ejb.304.2019.11.14.22.08.19; Thu, 14 Nov 2019 22:08:44 -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 S1726308AbfKOGHl (ORCPT + 99 others); Fri, 15 Nov 2019 01:07:41 -0500 Received: from helcar.hmeau.com ([216.24.177.18]:57956 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726822AbfKOGHl (ORCPT ); Fri, 15 Nov 2019 01:07:41 -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 1iVUlf-0004pu-3e; Fri, 15 Nov 2019 14:07:39 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1iVUle-00068B-W2; Fri, 15 Nov 2019 14:07:39 +0800 Date: Fri, 15 Nov 2019 14:07:38 +0800 From: Herbert Xu To: Corentin Labbe Cc: davem@davemloft.net, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] crypto: tcrypt: constify check alg list Message-ID: <20191115060738.obypnbrxla57fq2c@gondor.apana.org.au> References: <1573227733-36704-1-git-send-email-clabbe@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1573227733-36704-1-git-send-email-clabbe@baylibre.com> 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 Fri, Nov 08, 2019 at 03:42:13PM +0000, Corentin Labbe wrote: > this patchs constify the alg list because this list is never modified. > > Signed-off-by: Corentin Labbe > --- > crypto/tcrypt.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt