Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp66483pxa; Fri, 21 Aug 2020 01:02:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw6xYi1LLRJVrtpoqhlyETqVf7XGGkLac2ogaIbMs8+yhOjNDuqoIGWcVxQtPu1HaP/60cP X-Received: by 2002:a17:906:364e:: with SMTP id r14mr1505909ejb.295.1597996942912; Fri, 21 Aug 2020 01:02:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597996942; cv=none; d=google.com; s=arc-20160816; b=SJtG4y4vmFSUVvHEvPT+xaeVZxbIGb53pJLnQPGwb7MDMCvyzagk7g0IWct/yEghyr /2RtcOAd13N4WHrj44LMli0lQsI0AGZb0mXqZIGDRqmZa1U3I6agXgQaEaHsc8hl7v6F l37aOyWs5oLQOL9q393Sghc029yAMyDP1iKjoQENf9AzkvWnZR8WQke3rIDkxvV6wSI1 8FMzJjxf/Of7KvaUy5Zw0fqxzdw7+j6Lui9SKK87M6lfGUgFxozt/0hEC4kg5Nc6On+g B4YWCL/fzNwQ0K0klfAKUImwZ3WQXajRamywM4L2U1A08gr6CPDciXj0QsmPP9Es4xaL 9RfA== 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=3dtAlNES5L/si+Q5WUiQfwprKI75lmhpxUs8mT/vIz0=; b=zn3eOtXbIIux/PAxAcJ7iDC6ipylwKpPiIWVZryxd5jmdredcNgchAaR9CO98n9L0p dFR0FvxB0LogfLkMXKT/gnwFWt5OkjH0mSvgIInPW0HhRzc7cJuvpFTxv5hBnTmzTaM4 pn+poc9wFO9DnhCqWwLNflWEBCX9VNdQ5OiJm/vD4Wba7bBpr7wXBltg5EZfDTdPYGX3 hHX8HomZbWlVJ/IX0tzCtWEPyu5V5vPxL3O43YS1DOMs2MJm2cFxWKQ4+ONPHaVV21fg wWWaNOwNUVxtqLXFRklmd6DiVFGyfqdik1ppaoE9ePgZQbiV3sA3A9Vwqiwp8Mn4IttW q3Xg== 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 j20si160273eja.95.2020.08.21.01.01.58; Fri, 21 Aug 2020 01:02: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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727006AbgHUIBk (ORCPT + 99 others); Fri, 21 Aug 2020 04:01:40 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:50080 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726332AbgHUIBf (ORCPT ); Fri, 21 Aug 2020 04:01:35 -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 1k91zP-00049V-NF; Fri, 21 Aug 2020 18:01:32 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Fri, 21 Aug 2020 18:01:31 +1000 Date: Fri, 21 Aug 2020 18:01:31 +1000 From: Herbert Xu To: Yang Shen Cc: davem@davemloft.net, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, xuzaibo@huawei.com, wangzhou1@hisilicon.com Subject: Re: [PATCH v5 00/10] crypto: hisilicon/qm - misc fixes Message-ID: <20200821080131.GP25143@gondor.apana.org.au> References: <1597485377-2678-1-git-send-email-shenyang39@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1597485377-2678-1-git-send-email-shenyang39@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 Sat, Aug 15, 2020 at 05:56:07PM +0800, Yang Shen wrote: > This patchset fix some qm bugs: > patch 1: store the string address before pass to 'strsep' > patch 2: clear 'qp_status->used' when init the 'qp' > patch 3: use 'dev_info_ratelimited' to avoid printk flooding. > patch 4: fix the judgement of queue is full > patch 7: save the vf configuration space to make sure it is available > after the 'PF' 'FLR' > patch 8: register callback to 'pci_driver.shutdown' > patch 9: wait for all working function finishs when remove the device > patch 10: move the process of register alg to crypto in driver 'hisi_zip' > > v5: > - add a error branch instead of return immediately in patch "fix wrong > release after using strsep" > > v4: > - exchange the patch 'fix the call trace when unbind device' and > 'fix the process of register algorithms to crypto' to make sure the > driver is stable. > > v3: > - add the patch 10 which is aimed to fix the call trace when remove a > working device > > v2: > - fix the wrong email address on patch 1 > > Hui Tang (1): > crypto: hisilicon/qm - fix judgement of queue is full > > Shukun Tan (3): > crypto: hisilicon/qm - clear used reference count when start qp > crypto: hisilicon/qm - fix event queue depth to 2048 > crypto: hisilicon/qm - fix VF not available after PF FLR > > Sihang Chen (1): > crypto: hisilicon/qm - fix wrong release after using strsep > > Weili Qian (1): > crypto: hisilicon/qm - fix the call trace when unbind device > > Yang Shen (4): > crypto: hisilicon/qm - fix print frequence in hisi_qp_send > crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop' > crypto: hisilicon/qm - register callback function to > 'pci_driver.shutdown' > crypto: hisilicon/qm - fix the process of register algorithms to > crypto > > drivers/crypto/hisilicon/hpre/hpre_crypto.c | 36 ++--- > drivers/crypto/hisilicon/hpre/hpre_main.c | 28 ++-- > drivers/crypto/hisilicon/qm.c | 224 ++++++++++++++++++++++++---- > drivers/crypto/hisilicon/qm.h | 27 ++-- > drivers/crypto/hisilicon/sec2/sec_crypto.c | 35 ++--- > drivers/crypto/hisilicon/sec2/sec_main.c | 34 ++--- > drivers/crypto/hisilicon/zip/zip_crypto.c | 2 +- > drivers/crypto/hisilicon/zip/zip_main.c | 49 +++--- > 8 files changed, 290 insertions(+), 145 deletions(-) All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt