mbox series

[0/3] scsi: qla2xxx: fixes for FW trace/dump buffers

Message ID 20190813203034.7354-1-martin.wilck@suse.com (mailing list archive)
Headers show
Series scsi: qla2xxx: fixes for FW trace/dump buffers | expand

Message

Martin Wilck Aug. 13, 2019, 8:31 p.m. UTC
From: Martin Wilck <mwilck@suse.com>

Hi Himanshu, hi Martin,

Please consider this series for merging.

The first patch of the series is a fix for a memory corruption we
saw in a test where qla2xxx was loaded/unloaded repeatedly under
memory pressure. The other ones are consistency fixes that occured
to me while working on this part of the code.

The behavior in the failure case was not consistent in the current
code; patch 3/3 makes the code do what I think makes most sense in
a failure scenario.

Regards,
Martin

Martin Wilck (3):
  scsi: qla2xxx: qla2x00_alloc_fw_dump: set ha->eft
  scsi: qla2xxx: unset RCE/EFT fields in failure case
  scsi: qla2xxx: calculate dump size if EFT alloc fails

 drivers/scsi/qla2xxx/qla_init.c | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)