From patchwork Tue Mar 12 18:11:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Don Brace X-Patchwork-Id: 10849753 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5BBB21850 for ; Tue, 12 Mar 2019 18:11:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 46CCF2984C for ; Tue, 12 Mar 2019 18:11:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3AA5629850; Tue, 12 Mar 2019 18:11:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2DFEF2984C for ; Tue, 12 Mar 2019 18:11:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727744AbfCLSLf (ORCPT ); Tue, 12 Mar 2019 14:11:35 -0400 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:40557 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727466AbfCLSLc (ORCPT ); Tue, 12 Mar 2019 14:11:32 -0400 X-IronPort-AV: E=Sophos;i="5.58,471,1544511600"; d="scan'208";a="27889480" Received: from unknown (HELO smtp.microsemi.com) ([208.19.99.222]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 12 Mar 2019 11:11:29 -0700 Received: from AUSMBX1.microsemi.net (10.201.34.31) by AUSMBX2.microsemi.net (10.201.34.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1531.3; Tue, 12 Mar 2019 13:11:28 -0500 Received: from AUSMBX2.microsemi.net (10.201.34.32) by AUSMBX1.microsemi.net (10.201.34.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1531.3; Tue, 12 Mar 2019 13:11:27 -0500 Received: from [127.0.1.1] (10.238.32.34) by ausmbx2.microsemi.net (10.201.34.32) with Microsoft SMTP Server id 15.1.1531.3 via Frontend Transport; Tue, 12 Mar 2019 13:11:27 -0500 Subject: [PATCH 0/4] hpsa updates From: Don Brace To: , , , , , , , , , , , CC: Date: Tue, 12 Mar 2019 13:11:27 -0500 Message-ID: <155241423734.23182.4742066781667397820.stgit@brunhilda> User-Agent: StGit/0.19 MIME-Version: 1.0 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP These patches are based on Linus's tree The changes are: hpsa-check-for-lv-removal - Detect LUN failures faster by checking command status in complete_scsi_command. - closes up a rare issue in multipath fail-overs hpsa-correct-device-id-issues - Close up a rare race condition where a volume list is obtained from the controller and a disk is pulled before the driver sends down an INQUIRY for the lunid. hpsa-remove-timeout-from-TURs - There are times when a TUR takes longer that the DEFAULT_TIMEOUT hpsa-bump-driver-version - update to track changes --- Don Brace (4): hpsa: check for lv removal hpsa: correct device id issues hpsa: remove timeout from TURs hpsa: bump driver version drivers/scsi/hpsa.c | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) -- Signature