Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1118530ybh; Thu, 23 Jul 2020 00:25:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxFr/hB8mE/49wcz0fFG8B4W9ujVgHUfsR2CxvTYrgpysoLJUvChLJ+8I8ptoCvvtC9LmxX X-Received: by 2002:a17:906:8607:: with SMTP id o7mr3131091ejx.142.1595489103284; Thu, 23 Jul 2020 00:25:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595489103; cv=none; d=google.com; s=arc-20160816; b=RzZlldGrXgCYkN7/+C1U/lf8oLr+if6Djoto86T1bDi5qjm7fmWSEyzd8OIySY4N71 4LsSIfqKlDqqDwdsTYpJws9tx7UPrsDuY2DRYTqBHMngCWqu5rTVdwOMOUF8D5ZgpSSM XX7WgIGIMF/ebyQYCXMDiO3pNnPSzBtzYC1qr8pbRKcYVQOxaRp2s63MFCyam1YB5Zyb yq57qicmHR06+xcYbXlJ6QAGnNB8WEsMNvDK2B5VbU1+Vrlw4ESv05mRJRj06uYinYeg GayNQRxS2pXwjDG7dmX4hCtXsXujS9Nzcn6DijysTG0GGOLoAGM6xkOC9KCtgudu3S8C 1axA== 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=7XCX598u2n7aOEwr48dyyxv7DBnTDGkCGOMGWJLW5aA=; b=zkN/RRFlJvdo+hJe+lhRhZ3QErHxrqYs2onIGZhKuLFNhKtfI9n577P2YIbF0dZn1L huoHtjsQrJhUDkEkrEBQ60grwy0A9o48Pg6C/57hSb+Rdxh6yxk4/i7jHHX6ma0xFq79 CveYUTCErkDcCNIXmeYgA5j25r3bUXSJP+1g9A9YVjW3fdK6F0CopKSXpYaz18RNcuPZ gcm52+TwruOhPaMypr5Qrk69LDL+WxeJvNgC4Ve0+A2xl+D8iD3fIuy6oDaJgPvhipP9 5n3LDIKHcyVAiMDx8Zl2KQVsTibaCUArLMDfKlMZgV526mJXzZDvWiNv6IT1Yczqmwr9 4QEQ== 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 m12si1555815ejr.298.2020.07.23.00.24.39; Thu, 23 Jul 2020 00:25:03 -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 S1726938AbgGWHVy (ORCPT + 99 others); Thu, 23 Jul 2020 03:21:54 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:8356 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726926AbgGWHVy (ORCPT ); Thu, 23 Jul 2020 03:21:54 -0400 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 08A7F5E5A6A50CA7CD9F; Thu, 23 Jul 2020 15:21:52 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.487.0; Thu, 23 Jul 2020 15:21:42 +0800 From: Yang Shen To: , CC: , , Subject: [PATCH v3 00/10] crypto: hisilicon/qm - misc fixes Date: Thu, 23 Jul 2020 15:19:30 +0800 Message-ID: <1595488780-22085-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: move the process of register alg to crypto in driver 'hisi_zip' patch 9: register callback to 'pci_driver.shutdown' patch 10: wait for all working function finishs when remove the device 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 - 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 - fix the process of register algorithms to crypto crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown' drivers/crypto/hisilicon/hpre/hpre_crypto.c | 36 ++--- drivers/crypto/hisilicon/hpre/hpre_main.c | 28 ++-- drivers/crypto/hisilicon/qm.c | 221 ++++++++++++++++++++++++---- drivers/crypto/hisilicon/qm.h | 27 ++-- drivers/crypto/hisilicon/sec2/sec_crypto.c | 35 ++--- drivers/crypto/hisilicon/sec2/sec_main.c | 33 +++-- drivers/crypto/hisilicon/zip/zip_crypto.c | 2 +- drivers/crypto/hisilicon/zip/zip_main.c | 49 +++--- 8 files changed, 288 insertions(+), 143 deletions(-) -- 2.7.4