From patchwork Mon Sep 5 11:48:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 603736 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 2E0BDECAAD5 for ; Mon, 5 Sep 2022 11:55:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238165AbiIELz1 (ORCPT ); Mon, 5 Sep 2022 07:55:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237656AbiIELzZ (ORCPT ); Mon, 5 Sep 2022 07:55:25 -0400 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F12F72982F; Mon, 5 Sep 2022 04:55:23 -0700 (PDT) Received: from fraeml734-chm.china.huawei.com (unknown [172.18.147.206]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4MLn4M4Yz5z67PcV; Mon, 5 Sep 2022 19:54:27 +0800 (CST) Received: from lhrpeml500003.china.huawei.com (7.191.162.67) by fraeml734-chm.china.huawei.com (10.206.15.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Mon, 5 Sep 2022 13:55:21 +0200 Received: from localhost.localdomain (10.69.192.58) by lhrpeml500003.china.huawei.com (7.191.162.67) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Mon, 5 Sep 2022 12:55:19 +0100 From: John Garry To: , CC: , , , John Garry Subject: [PATCH 0/5] hisi_sas: Misc patches for next Date: Mon, 5 Sep 2022 19:48:44 +0800 Message-ID: <1662378529-101489-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: dggems705-chm.china.huawei.com (10.3.19.182) To lhrpeml500003.china.huawei.com (7.191.162.67) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org This series contains some misc patches for next, broadly divided into two areas: - Revert hack to limit max HW sectors for v3 HW since we now that we a proper solution in the core SCSI and DMA IOMMU code - Deal with SATA disks being lost during controller reset Thanks in advance, John John Garry (5): scsi: hisi_sas: Revert change to limit max hw sectors for v3 HW scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlier scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology() scsi: hisi_sas: Add helper to process bcast events scsi: hisi_sas: Don't send bcast events from HW during nexus HA reset drivers/scsi/hisi_sas/hisi_sas.h | 1 + drivers/scsi/hisi_sas/hisi_sas_main.c | 37 ++++++++++++++++++++++---- drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 4 +-- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 7 ++--- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 14 ++-------- 5 files changed, 38 insertions(+), 25 deletions(-)