From patchwork Thu Feb 24 11:51:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 546609 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E2E5C433EF for ; Thu, 24 Feb 2022 11:57:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234143AbiBXL5e (ORCPT ); Thu, 24 Feb 2022 06:57:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233759AbiBXL5d (ORCPT ); Thu, 24 Feb 2022 06:57:33 -0500 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 76EEC3BBC2; Thu, 24 Feb 2022 03:57:03 -0800 (PST) Received: from fraeml715-chm.china.huawei.com (unknown [172.18.147.226]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4K4BF85RLTz67xDf; Thu, 24 Feb 2022 19:55:56 +0800 (CST) Received: from lhreml724-chm.china.huawei.com (10.201.108.75) by fraeml715-chm.china.huawei.com (10.206.15.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Thu, 24 Feb 2022 12:57:01 +0100 Received: from localhost.localdomain (10.69.192.58) by lhreml724-chm.china.huawei.com (10.201.108.75) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Thu, 24 Feb 2022 11:56:58 +0000 From: John Garry To: , CC: , , , John Garry Subject: [PATCH 0/6] hisi_sas: Some misc updates Date: Thu, 24 Feb 2022 19:51:23 +0800 Message-ID: <1645703489-87194-1-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 X-Originating-IP: [10.69.192.58] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To lhreml724-chm.china.huawei.com (10.201.108.75) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Hi Martin, This series includes some updates as following: - better management of freeing PCI vectors - hopefully the following series can make it soon so we may remove this new code: https://lore.kernel.org/linux-pci/20210607153916.1021016-1-zhengdejin5@gmail.com/T/#md27a594ac53b8e05abb2f22ec350137b9023ff18 - Fix prot_mask module param permissions - Change phyup timeout to handle some special SATA disks - modify underflow handling to quickly identify faulty disks - debugfs hardening Please consider for 5.18 - hopefully not too late Thanks! Qi Liu (2): scsi: hisi_sas: Free irq vectors in order for v3 HW scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe() Xiang Chen (3): scsi: hisi_sas: Change permission of parameter prot_mask scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeout scsi: hisi_sas: Limit users changing debugfs BIST count value Xingui Yang (1): scsi: hisi_sas: Modify v3 HW SSP underflow error processing drivers/scsi/hisi_sas/hisi_sas.h | 2 +- drivers/scsi/hisi_sas/hisi_sas_main.c | 3 +- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 127 +++++++++++++++++++------ 3 files changed, 100 insertions(+), 32 deletions(-)