Re: [PATCH 1/3] scsi: qla2xxx: qla2x00_alloc_fw_dump: set ha->eft

2019-08-13 Thread Hannes Reinecke
On 8/13/19 10:31 PM, Martin Wilck wrote: > From: Martin Wilck > > In qla2x00_alloc_fw_dump(), an existing EFT buffer (e.g. from > previous invocation of qla2x00_alloc_offload_mem()) is freed. > The buffer is then re-allocated, but without setting the eft and > eft_dma fields to the new values. >

[PATCH 1/3] scsi: qla2xxx: qla2x00_alloc_fw_dump: set ha->eft

2019-08-13 Thread Martin Wilck
From: Martin Wilck In qla2x00_alloc_fw_dump(), an existing EFT buffer (e.g. from previous invocation of qla2x00_alloc_offload_mem()) is freed. The buffer is then re-allocated, but without setting the eft and eft_dma fields to the new values. Fixes: a28d9e4ef997 "scsi: qla2xxx: Add support for mu