summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx/ql4_def.h
diff options
context:
space:
mode:
authorTej Parkash2013-12-16 12:49:44 +0100
committerJames Bottomley2014-03-15 18:19:14 +0100
commit58e2bbe9851668a031afc678433040f6eaea4cb3 (patch)
tree7ae31c4c299f9607e834c2b72aae30351c1a74d9 /drivers/scsi/qla4xxx/ql4_def.h
parent[SCSI] qla4xxx: Fix pending IO completion in reset path before initiating chi... (diff)
downloadkernel-qcow2-linux-58e2bbe9851668a031afc678433040f6eaea4cb3.tar.gz
kernel-qcow2-linux-58e2bbe9851668a031afc678433040f6eaea4cb3.tar.xz
kernel-qcow2-linux-58e2bbe9851668a031afc678433040f6eaea4cb3.zip
[SCSI] qla4xxx: Driver not able to collect minidump for ISP84xx
Issue: minidump data collection fails as driver reports data mismatch Fix: When the driver encounters a new entry type that it cannot process, it should just skip the entry and adjust the total buffer size by subtracting the skipped bytes from it. This is to ensure that there is no data mismatch because of the new entries. Signed-off-by: Tej Parkash <tej.parkash@qlogic.com> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_def.h')
-rw-r--r--drivers/scsi/qla4xxx/ql4_def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h
index c2deaa008558..73a502288bde 100644
--- a/drivers/scsi/qla4xxx/ql4_def.h
+++ b/drivers/scsi/qla4xxx/ql4_def.h
@@ -769,6 +769,7 @@ struct scsi_qla_host {
uint32_t fw_dump_capture_mask;
void *fw_dump_tmplt_hdr;
uint32_t fw_dump_tmplt_size;
+ uint32_t fw_dump_skip_size;
struct completion mbx_intr_comp;