1
linux/drivers/scsi/mpt2sas
Eric Moore 0d04df9b4a [SCSI] mpt2sas : fix oops when firmware sends large sense buffer size
There is a bug in firmware where the reply message frame says there is a
16kb sense buffer, when in reality its only 20 bytes.  This fix insures
the memcpy action doesn't corrupte the memory beyond the 90 bytes allocated in
the scsi command for sense buffer.

Signed-off-by: Eric Moore <eric.moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2009-04-27 10:53:56 -05:00
..
mpi
Kconfig
Makefile
mpt2sas_base.c [SCSI] mpt2sas : the sanity check in base_interrupt needs to be on dword boundary 2009-04-27 10:53:53 -05:00
mpt2sas_base.h
mpt2sas_config.c
mpt2sas_ctl.c
mpt2sas_ctl.h [SCSI] mpt2sas : unique ioctl magic number 2009-04-27 10:53:46 -05:00
mpt2sas_debug.h
mpt2sas_scsih.c [SCSI] mpt2sas : fix oops when firmware sends large sense buffer size 2009-04-27 10:53:56 -05:00
mpt2sas_transport.c