From: Tej Parkash Date: Mon, 16 Dec 2013 11:49:42 +0000 (-0500) Subject: [SCSI] qla4xxx: Fix processing response queue during probe X-Git-Tag: v3.15-rc1~136^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b3d399cf6877c8d9abd63a2aff41b709a38fbd1;p=pandora-kernel.git [SCSI] qla4xxx: Fix processing response queue during probe Issue: While booting with kdump kernel, driver receive IOCB interrupts for which it is not ready which results in processing them before init_firmware during driver probe Fix: Two steps solution 1. Make driver ready to process the interrupt before interupts handlers is registered. 2. Stop driver processing iocb interrupts if not generated as per firmware protocol i.e R2H bit set Signed-off-by: Tej Parkash Signed-off-by: Vikas Chaudhary Reviewed-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed