From: Andrew Vasquez Date: Thu, 24 Apr 2008 22:21:25 +0000 (-0700) Subject: [SCSI] qla2xxx: Correct SRB usage-after-completion/free issues. X-Git-Tag: v2.6.26-rc1~1027^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c23b856581673c90aa619b1ab04127a7f90cea2;p=pandora-kernel.git [SCSI] qla2xxx: Correct SRB usage-after-completion/free issues. The driver is incorrectly assuming that the 'sp' reference held in qla2[x00|4xx]_abort_command() is valid after the mailbox command is issued to abort the exchange. It is *not*, as the command may be completed during interrupt context before control is returned to the mailbox caller. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed