Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1504273pxa; Sun, 16 Aug 2020 00:27:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwalE4KarlrzHOyncCFFmC39eWDWU+93q5LbuHSbpDN+uCCYXEGs/qitVpI1+aVvKjFYLTj X-Received: by 2002:a17:906:a153:: with SMTP id bu19mr9686243ejb.142.1597562848399; Sun, 16 Aug 2020 00:27:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597562848; cv=none; d=google.com; s=arc-20160816; b=FBgZ0Q1lcUmI7u12/XLi50co798JmRXOeeICNiHJVU5bdAoXjqSsxdSyBQ6wCn4VD3 E0hSqRhJVxZQolbluca2PEi8hnKOP+u8kMoyMkAUXJo5lsaXXeGFg15DWLQrfeaybiMW n0ccwwORb0Aaeq0VsbnuXTMWQN4tae0pavCbnM2Ix8kmHPdlaY58+APETj47sVfeGdFc 60kSZMYGt9nhIj56sfGfjvA8ZFyScWtyUVagizsHuXtLqlZg4b1hXWjKGzlMgZbI/7dZ xEKKzNEYLgQh92nMTn7Nz/6bLTT/1p58ILJ+6uhh8SC9gxJoEEC70ikYR81khfVmVAzP Zdxw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=zFu4vOgfNP4mfbaUWeMbc8kUut29Z0C0SgNV09Edib8=; b=P0GL3k4gWVUrScruorVnIyiOsL+NVX3TZfQKTpBtu8RIIXvh/9kIzl/eNl7PhVrAwE Lbiq9sG7zk54uJkfK1GRVYWsThEGP8LxiauahmcIUP1951VRad8qIbex+DmPGWsLUXuZ Ty7EV9XWoLoPjDoq5rZzKApAatN1VlB9sgdcs/JA+Y+SjJ0sCVbKefd2vjshs1Th4+FA 7NaT5c9ijyImfzoJc0tBdk6tGWyx381pNMjVbhhdPc166Z0VXEaECoFbYWZ0mvMNOI0F 6lUs8162MEMIRLSq6YaDJHQ0VXvS2GLv5zftiB3MGM/wCXQ/btG1JOejCIS0oheie/JG l1kA== 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 k26si8714744ejz.115.2020.08.16.00.27.05; Sun, 16 Aug 2020 00:27:28 -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 S1729641AbgHPBor (ORCPT + 99 others); Sat, 15 Aug 2020 21:44:47 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:33858 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729406AbgHPBoR (ORCPT ); Sat, 15 Aug 2020 21:44:17 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id E75C5359DCB713A97F8F; Sat, 15 Aug 2020 17:58:28 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.487.0; Sat, 15 Aug 2020 17:58:22 +0800 From: Yang Shen To: , CC: , , , Subject: [PATCH v5 00/10] crypto: hisilicon/qm - misc fixes Date: Sat, 15 Aug 2020 17:56:07 +0800 Message-ID: <1597485377-2678-1-git-send-email-shenyang39@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org 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(-) -- 2.7.4