1
0
Files
linux/drivers/scsi
Mike Christie 0db99e3359 [SCSI] fix scsi_send_eh_cmnd regression
The callers of scsi_send_eh_cmnd are setting the cmnd buffer,
and then scsi_send_eh_cmnd is copying that updated buffer to
the old_cmnd variable. Then after the command runs, we end up
copying that old_cmnd var which has the new cmnd to the scsi
command buffer. When this command gets recent, all types of fun
things happen like getting TUR or START_STOP commands with
data and scatterlists.

This patch made against scsi-rc-fixes, has the callers of
scsi_send_eh_cmnd pass in the command so scsi_send_eh_cmnd
can do the right thing. This should go into 2.6.18 since this
fixes a regression added when we removed some of the scsi_cmnd
fields and replaced them with local variables.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2006-08-26 10:03:14 -05:00
..
2006-07-03 09:41:12 -05:00
2006-07-03 09:41:12 -05:00
2006-01-01 22:21:50 +01:00
2006-01-14 10:55:12 -06:00
2006-07-03 09:41:12 -05:00
2006-07-03 09:41:12 -05:00
2006-06-30 19:25:36 +02:00
2005-11-09 15:44:09 -05:00
2006-07-24 22:47:14 -07:00
2005-11-09 15:48:20 -05:00
2006-08-06 13:19:56 -05:00
2006-04-13 10:13:30 -05:00
2006-06-25 10:00:58 -07:00
2006-06-25 10:00:58 -07:00
2006-06-26 09:58:18 -07:00
2006-07-03 09:41:12 -05:00
2005-11-09 15:48:20 -05:00
2006-07-03 09:41:12 -05:00
2006-06-26 09:30:00 -05:00
2006-07-03 09:41:12 -05:00
2006-08-26 09:25:06 -05:00
2006-03-23 07:38:09 -08:00
2006-07-09 11:27:03 -05:00
2006-06-29 11:06:30 -04:00