These patches are based on Linus's tree The changes are: hpsa-correct-simple-mode - correct interrupt setup for simple-mode hpsa-use-local-workqueues-instead-of-system-workqueues - use driver workqueue to avoid stalling OS. hpsa-check-for-tag-collision - correct rare multipath issue. hpsa-wait-longer-for-ptraid-commands - correct rare multipath issue. hpsa-do-not-complete-cmds-for-deleted-devices - correct rare multipath issue. hpsa-correct-device-resets - fix race condition in reset handler hpsa-update-driver-version - update to track changes --- Don Brace (7): hpsa: correct simple mode hpsa: use local workqueues instead of system workqueues hpsa: check for tag collision hpsa: wait longer for ptraid commands hpsa: do-not-complete-cmds-for-deleted-devices hpsa: correct device resets hpsa: update driver version drivers/scsi/hpsa.c | 278 ++++++++++++++++++++++++++++------------------- drivers/scsi/hpsa.h | 6 + drivers/scsi/hpsa_cmd.h | 2 3 files changed, 174 insertions(+), 112 deletions(-) -- Signature