From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B8E7CA9EA0 for ; Tue, 22 Oct 2019 19:36:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E19A4214B2 for ; Tue, 22 Oct 2019 19:36:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=marvell.com header.i=@marvell.com header.b="nKxi6FfJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387871AbfJVTgu (ORCPT ); Tue, 22 Oct 2019 15:36:50 -0400 Received: from mx0a-0016f401.pphosted.com ([67.231.148.174]:34488 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731806AbfJVTgu (ORCPT ); Tue, 22 Oct 2019 15:36:50 -0400 Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x9MJXSf6027747; Tue, 22 Oct 2019 12:36:45 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=dcNHuFf1eXT+uPXYkZNKbblXUsxqFkvddHRMJ3bzar8=; b=nKxi6FfJBjEEsFQt3lWYCsRB1bw8yAZbibgf0Yrp1Ss1V6h3h7hxyVo4dFiDAAt75gc3 mju6o1hSmnxjs7muqgbZWQqTP1c2AZiFnuJrmBdy0eV0o42cCBautEs5mMCyZcnbx83i ldatvBeKSAggqzYcybOfmYRZbG9tpFs0srT8ib6oThS2andZzchc6mD/S+yMlw+WKlQ8 k2vz46FuFo3eUHH+tj48dR9mZ1Vs8kYrvj7b4oPUxRuGPtqA9WQuOQAWihiOFNV6EqiZ L1OWTrBT3r8YTeZbMHSlf8qK8xANIs9ZoNJALBT7Lg+kDD5FJ0q/ikQ4A6pK3SgjfcIp eg== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0a-0016f401.pphosted.com with ESMTP id 2vsyjha146-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 22 Oct 2019 12:36:45 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 22 Oct 2019 12:36:44 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Tue, 22 Oct 2019 12:36:44 -0700 Received: from dut1171.mv.qlogic.com (unknown [10.112.88.18]) by maili.marvell.com (Postfix) with ESMTP id 467FF3F703F; Tue, 22 Oct 2019 12:36:44 -0700 (PDT) Received: from dut1171.mv.qlogic.com (localhost [127.0.0.1]) by dut1171.mv.qlogic.com (8.14.7/8.14.7) with ESMTP id x9MJai2e007111; Tue, 22 Oct 2019 12:36:44 -0700 Received: (from root@localhost) by dut1171.mv.qlogic.com (8.14.7/8.14.7/Submit) id x9MJah6G007110; Tue, 22 Oct 2019 12:36:43 -0700 From: Himanshu Madhani To: , CC: , Subject: [PATCH 0/2] qla2xxx: Fixes for the driver Date: Tue, 22 Oct 2019 12:36:41 -0700 Message-ID: <20191022193643.7076-1-hmadhani@marvell.com> X-Mailer: git-send-email 2.12.0 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95,1.0.8 definitions=2019-10-22_06:2019-10-22,2019-10-22 signatures=0 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Hi Martin, This series has couple bug fixes for the driver. First patch addresses initialization error with the newer adapter on a blade systems. Second patch adds protection for accidental flash corruption using SysFS path. Please apply them to 5.4/scsi-fixes branch for inclusion in 5.4-rc5. Thanks, Himanshu Himanshu Madhani (1): qla2xxx: Initialized mailbox to prevent driver load failure Quinn Tran (1): qla2xxx: Fix partial flash write of MBI drivers/scsi/qla2xxx/qla_attr.c | 7 +++---- drivers/scsi/qla2xxx/qla_mbx.c | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) -- 2.12.0