Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp170912pxj; Thu, 3 Jun 2021 03:54:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwbYEJHv0FDZpIzXto3QolVHg8ExMcy7U2msuOeVPJpqqklPS8S4ADD4grnMslF8VAj+4Gi X-Received: by 2002:a17:906:edb3:: with SMTP id sa19mr8685212ejb.75.1622717662668; Thu, 03 Jun 2021 03:54:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622717662; cv=none; d=google.com; s=arc-20160816; b=qqz4TMtGaNn+lgEVpGcixNyYECl2iNFzRUlMWq8QBaFPJM+Wg8c6tl9mYcdSvmCigv o+cpq77qJvxGHsoc3E7Fx9vXLNcdACDkH7G+/I7b9xqnrJ/+vmRDXk+YaXzKWdhzNy9F NjLQURNeuzxJ95x/1uj4/2YFwSIEdEFBd4ZfrBwjFv2b4LatPE50EvlxgILy2DOlueRc RFzjw/V0feM7Zm68tkOnFxI71hKF1CbKWYmFJA7kzNknagFPqF1xg5wvqH9/qVjs919m GiYUHWFPi0plqXxBseNolpl/NIfKMsJkoPVxXOOk6V9G8dmsfAdTWSilkxZSXe6khw9f REfw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=yCnXvuoYw6D9RSrYE9xu2YJuM7ZClylTmuoHG95DHkw=; b=hby22rjW8/IOGt6Ls44Gvpdpsp2WNiBeGAK3XVm0h5QbG7Y4nCiz6JmeZg2XAfGOZO oVM81DuYf0a0f2MbqIXzaokFVAOZOzmfa85/s21ELprgKAAQsP6SwZ838NT/QeCMPPrv j1423CJFN4YfoxwCD3QgKfDFMVPKVBMVMSSD5tJWOGsVR6xZ3b9MbS5XoGqiutYMKVsD 5Vjp+rh8/k9jYgSB+IhXzXsg72T/CWRLkoh/BusKjh9u29mV+ZJYHOS2HK+kT9EVMe4P X/N79zHUT6fXSqB88Uk1Ilib4SxVWdS0+h1mVI/ICnYVfO66GXWTLSZUqpwreTh8grzC t4Lw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f1si1872782ejh.93.2021.06.03.03.53.19; Thu, 03 Jun 2021 03:54:22 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-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-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229665AbhFCKyu (ORCPT + 99 others); Thu, 3 Jun 2021 06:54:50 -0400 Received: from szxga01-in.huawei.com ([45.249.212.187]:7090 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229620AbhFCKys (ORCPT ); Thu, 3 Jun 2021 06:54:48 -0400 Received: from dggemv703-chm.china.huawei.com (unknown [172.30.72.54]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4FwjN86jZlzYqK7; Thu, 3 Jun 2021 18:50:16 +0800 (CST) Received: from dggpemm500009.china.huawei.com (7.185.36.225) by dggemv703-chm.china.huawei.com (10.3.19.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Thu, 3 Jun 2021 18:53:02 +0800 Received: from [10.174.179.24] (10.174.179.24) by dggpemm500009.china.huawei.com (7.185.36.225) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Thu, 3 Jun 2021 18:53:01 +0800 Subject: Re: [PATCH -next] crypto: algboss - Replaced simple_strtol() with kstrtouint() To: Herbert Xu , Eric Biggers References: <20210524120834.1580343-1-liushixin2@huawei.com> <20210603081238.GA1160@gondor.apana.org.au> CC: "David S. Miller" , , From: Liu Shixin Message-ID: Date: Thu, 3 Jun 2021 18:53:00 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20210603081238.GA1160@gondor.apana.org.au> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.179.24] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To dggpemm500009.china.huawei.com (7.185.36.225) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On 2021/6/3 16:12, Herbert Xu wrote: > 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, Thank you both for the advice, I will fix it. Besides, I noticed that type CRYPTOA_UNSPEC has never been used, should I remove it together? Thanks,