Now that we're stabilising, this is a simple push of two (fairly critical) bug fixes. You can get it from: master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git The changelog is: commit 204abf28679cd55a8e254b18965583bb1c8bc739 Author: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx> Date: Wed Jun 13 12:58:53 2007 -0700 [SCSI] ESP: Don't forget to clear ESP_FLAG_RESETTING. esp_reset_cleanup() does everything necessary except clear the flag, so we never exit resetting state. Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> Signed-off-by: James Bottomley <James.Bottomley@xxxxxxxxxxxx> commit 29982e9acd3e81a289c73321401427d02eaa8adc Author: Doug Chapman <doug.chapman@xxxxxx> Date: Mon May 7 15:59:46 2007 -0400 [SCSI] fusion: fix for BZ 8426 - massive slowdown on SCSI CD/DVD drive Patch for: http://bugzilla.kernel.org/show_bug.cgi?id=8426 A recent code cleanup that moved code from mptscsih to mptspi inadvertently change the order some code was called. This caused a massive slowdown (of 150x to 300x) on the CD/DVD drive on the high-end HP Integrity servers. Signed-off-by: Doug Chapman <doug.chapman@xxxxxx> Acked-by: Eric Moore <eric.moore@xxxxxxx> Signed-off-by: James Bottomley <James.Bottomley@xxxxxxxxxxxx> And the diffstat: message/fusion/mptspi.c | 8 +++++--- scsi/esp_scsi.c | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) James - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html