2007-06-18 13:57:18

by James Bottomley

[permalink] [raw]
Subject: [GIT PATCH] SCSI bug fixes for 2.6.22-rc5

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 <[email protected]>
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 <[email protected]>
Signed-off-by: James Bottomley <[email protected]>

commit 29982e9acd3e81a289c73321401427d02eaa8adc
Author: Doug Chapman <[email protected]>
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 <[email protected]>
Acked-by: Eric Moore <[email protected]>
Signed-off-by: James Bottomley <[email protected]>


And the diffstat:

message/fusion/mptspi.c | 8 +++++---
scsi/esp_scsi.c | 1 +
2 files changed, 6 insertions(+), 3 deletions(-)

James