Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1351913ybt; Thu, 9 Jul 2020 05:04:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyxJktRU5yu3oGSxSj9w2a+ZdpJfJGbR1V6WLx3eKPvPgdaBUTwCyBLeyJ/LzCXkq02Mz1U X-Received: by 2002:aa7:d6cf:: with SMTP id x15mr69937855edr.164.1594296252201; Thu, 09 Jul 2020 05:04:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594296252; cv=none; d=google.com; s=arc-20160816; b=p9PpCldYVYNoROrNLnFbUk/l+xpO5DSXirueJlzMvW93dhoLmOREpJWzVXk353eetN A+jOuiGFK/MNC1thjXDdxyxMC0ukTIks4Ryi/srQRep6Iu29/OVsQZQ48nF/G6FhgHSM 8CHyadlwF146XaWle1iVNFsLS16yL2pHTy9HYjU/6iaXaymZ/ZVenvHY211Lkpu3DEtP 6dW7JumDTi4Jk5+T2R/uyCGgaGvG2M6+VVY3V24BcweFLj9DAWh/islwepnuFeVcYzWe RPXn8pkEbDiiQuz54lRBRHAlA3eEBof+cot4yoONDPI9wfHXBbb0qeX64jF8Ajeln54l 7/Ag== 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=e7ZYUD0rgudYLrBuAvBR9K5hWIEVk9Bv2FL7+Oq0fFk=; b=aWFodmjUaLuzmvAqeFLMZlWLfMiLjZ6DguPJc903hK8FVKbLvSVtfmqXTa3gUuRJYR epQNjS2Bthc1VHyZMWos9L5xQXs8EeRuLZDT44UY7jjsjYkFngFTIk3pYQAKLmQMLkrS H+OLpmx+8mwpkughAiiLAIpICLlwORgkyK2X+/zd6NByh1NkFWs1JbKeaoiDKpsa+/mC 85Pood93JzJKZAeIz2GzbPP/RbI0q/6i74VF86f5HHs70MQ1TssR9DW+Hl8m+9nIRbgF IHcpTDnaH1CFyfIZ+olUpavLst95daNWYcydymvB01d9b/htiC8vau61qFCCbPfSU8Lv q9jg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r16si1862361edo.473.2020.07.09.05.03.39; Thu, 09 Jul 2020 05:04:12 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726664AbgGIMDK (ORCPT + 99 others); Thu, 9 Jul 2020 08:03:10 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:35980 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726327AbgGIMDK (ORCPT ); Thu, 9 Jul 2020 08:03:10 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.92 #5 (Debian)) id 1jtVGV-000345-JO; Thu, 09 Jul 2020 22:03:00 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Thu, 09 Jul 2020 22:02:59 +1000 Date: Thu, 9 Jul 2020 22:02:59 +1000 From: Herbert Xu To: "shenyang (M)" Cc: davem@davemloft.net, linux-crypto@vger.kernel.org, xuzaibo@huawei.com, wangzhou1@hisilicon.com Subject: Re: [Patch v2 8/9] crypto: hisilicon/qm - fix the process of register algorithms to crypto Message-ID: <20200709120259.GA11508@gondor.apana.org.au> References: <1593587995-7391-1-git-send-email-shenyang39@huawei.com> <1593587995-7391-9-git-send-email-shenyang39@huawei.com> <20200709053619.GA5637@gondor.apana.org.au> <4e79b1ce-2b2a-7db3-dc55-380c2229657a@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4e79b1ce-2b2a-7db3-dc55-380c2229657a@huawei.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, Jul 09, 2020 at 07:05:11PM +0800, shenyang (M) wrote: > > Yes, this patch just fixes the bug for 'hisi_zip'. As for 'hisi_hpre' > and 'hisi_sec2', this patch doesn't change the logic. > We have noticed the problem you say, and the patch is prepared. We fix > this in 'hisi_qm', and you will see it soon. I cannot accept a clearly buggy patch. So please fix this and resubmit. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt