]> git.hungrycats.org Git - linux/commit
[PATCH] qla1280 crash fix in error handling
authorJes Sorensen <jes@trained-monkey.org>
Wed, 17 Dec 2003 00:26:43 +0000 (16:26 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 17 Dec 2003 00:26:43 +0000 (16:26 -0800)
commit0e70f996f011c870970eee3f584a2f9b8295cf34
treec8e6b4fe2a07e10906771f09678753a22a7ae9a5
parentf75da5af1c0b41783c8bb078d0ce7a03cc9be826
[PATCH] qla1280 crash fix in error handling

This fixes a bug in the qla1280 driver where it would leave a pointer to
an on the stack completion event in a command structure if
qla1280_mailbox_command fails.  The result is that the interrupt handler
later tries to complete() garbage on the stack.  The mailbox command can
fail if a device on the bus decides to lock up etc.
drivers/scsi/qla1280.c