RE: [PATCH V2 3/4] be2iscsi : Fix memory leak in the unload path

2015-03-03 Thread Sony John-N
-Original Message- From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi-ow...@vger.kernel.org] On Behalf Of Mike Christie Sent: Sunday, March 01, 2015 2:43 AM To: Sony John-N; linux-scsi@vger.kernel.org Cc: Jayamohan Kallickal Subject: Re: [PATCH V2 3/4] be2iscsi : Fix memory leak

Re: [PATCH V2 3/4] be2iscsi : Fix memory leak in the unload path

2015-02-28 Thread Mike Christie
On 12/19/14, 6:53 PM, John Soni Jose wrote: Driver was not freeing the DMA memory allocated for EQ/CQ in the unload path. This patch frees the DMA memory during the driver unload. Signed-off-by: John Soni Jose Signed-off-by: Jayamohan Kallickal --- drivers/scsi/be2iscsi/be_main.c |8

[PATCH V2 3/4] be2iscsi : Fix memory leak in the unload path

2014-12-19 Thread John Soni Jose
Driver was not freeing the DMA memory allocated for EQ/CQ in the unload path. This patch frees the DMA memory during the driver unload. Signed-off-by: John Soni Jose Signed-off-by: Jayamohan Kallickal --- drivers/scsi/be2iscsi/be_main.c |8 ++-- 1 files changed, 6 insertions(+), 2 del