Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp84783pxj; Thu, 3 Jun 2021 01:15:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy93TZ6ShXHRyiMZINAltYTFhdtPdk7uVmWixxTYYwe1EOJGtAF79jTaZ/8IuUSa1a4L66P X-Received: by 2002:aa7:cd42:: with SMTP id v2mr16322410edw.245.1622708136481; Thu, 03 Jun 2021 01:15:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622708136; cv=none; d=google.com; s=arc-20160816; b=KGgqvKohYAZeeCN4v6nF6OQ/opEeeMtbUdxFJQwXDzsM93lC1/GxlGEPhQ6ULl5bwm i9HuRSmxs5Yam43quVXbajEFhpXnvWXR3giAi8FbVpFz4lnDNAfD2FkYPWZyRARHEWMu VXjvFWd8MtK+9jBdbY064/y8ElXpp7iqkS0UI0sf7n80rLUbuKWuvmp3JHAtJEBZg1ce 9WxUHunegza73eLymEfE7jUy1JJrlPhp8z/zpQIxyDqlY1TXmWfquWBkzW1eWTw7pIRd s86+7aU6cjRVT5Z3TpSlGd2U/ZeO8Ns3J6XAxW/DA/sxCrMkbWCWk6tNV/KN3O3jnKUQ I6Vg== 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=/B6dz2KBRlzjYZJWSc2GkkcZgS7TfjLv7f+fRItTkGo=; b=YD6R5xUkxOgpa4RF+KeltENqcMoNuHVEY+qlBs0Wgr5DP+5Ocm0ndyq0H6XsPytCNq +jFrsAlYhp9tly+pfh/ygzyiCAeUeZubGkXZu4GrG4Ov38vuwRIb0TnQkHl5ZMkgOtyr dTQA2ernezjGptfSnQlS/4IX+fInoDoWhDZHXEwachjUpDU3Pt6Dn7S8cCe53jepW73a ki78AujEnP738MxKHFqYmRbvVBjq/uql0wp2/fNhQiJDJqlqjm+JfeB2N26HAPI4hXHC wKcppLoe97ej6ZvGz0UmAaeUP939f4Ip7cq2iBpDy4JaSEfuzsO/MIEMEnJfJYgXu0l7 t6Kg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 h3si1877764edq.233.2021.06.03.01.15.13; Thu, 03 Jun 2021 01:15:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229772AbhFCIOe (ORCPT + 99 others); Thu, 3 Jun 2021 04:14:34 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:57644 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229769AbhFCIOe (ORCPT ); Thu, 3 Jun 2021 04:14:34 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtp (Exim 4.92 #5 (Debian)) id 1loiT5-0005Rj-I2; Thu, 03 Jun 2021 16:12:43 +0800 Received: from herbert by gondobar with local (Exim 4.92) (envelope-from ) id 1loiT0-0000JW-UU; Thu, 03 Jun 2021 16:12:39 +0800 Date: Thu, 3 Jun 2021 16:12:38 +0800 From: Herbert Xu To: Eric Biggers Cc: Liu Shixin , "David S. Miller" , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] crypto: algboss - Replaced simple_strtol() with kstrtouint() Message-ID: <20210603081238.GA1160@gondor.apana.org.au> References: <20210524120834.1580343-1-liushixin2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 24, 2021 at 02:57:50PM -0700, Eric Biggers wrote: > > It would be better to just remove all the code related to CRYPTOA_U32 and > crypto_attr_u32, as it is never used. I agree, it's been unused for over a decade. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt