commit | 083a469db4ecf3b286a96b5b722c37fc1affe0be | [log] [tgz] |
---|---|---|
author | Giridhar Malavali <giridhar.malavali@qlogic.com> | Fri May 28 15:08:18 2010 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Tue Jul 27 12:01:20 2010 -0500 |
tree | aa9aef39e8933b5cc75e3af5a5d63352bb7e2776 | |
parent | 7e2b895b93db603ac3462175baa846ebf1be44da [diff] |
[SCSI] qla2xxx: Correct use-after-free oops seen during EH-abort. Hold a reference to the srb (sp) while aborting an I/O -- as the I/O can/will complete from within the interrupt-context. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>