From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin K. Petersen" Subject: Re: [PATCH 1/1] qla2xxx: Initialize Work element before requesting IRQs Date: Mon, 16 Oct 2017 23:13:31 -0400 Message-ID: References: <20171016182605.22174-1-himanshu.madhani@cavium.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from aserp1040.oracle.com ([141.146.126.69]:21896 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932141AbdJQDNj (ORCPT ); Mon, 16 Oct 2017 23:13:39 -0400 In-Reply-To: <20171016182605.22174-1-himanshu.madhani@cavium.com> (Himanshu Madhani's message of "Mon, 16 Oct 2017 11:26:05 -0700") Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "Madhani, Himanshu" Cc: James.Bottomley@HansenPartnership.com, martin.petersen@oracle.com, linux-scsi@vger.kernel.org Himanshu, > commit a9e170e28636 ("scsi: qla2xxx: Fix uninitialized work element") > moved initialziation of work element earlier in the probe to fix call > stack. However, it still leaves a window where interrupt can be > generated before work element is initialized. Fix that window by > Initializing work element before we are requesting IRQs. Applied to 4.14/scsi-fixes. Thank you! -- Martin K. Petersen Oracle Linux Engineering