RE: [PATCH] mpt3sas: a correction in unmap_resources

2016-01-04 Thread Chaitra Basappa
a.basa...@avagotech.com; mlomb...@redhat.com Subject: [PATCH] mpt3sas: a correction in unmap_resources It might happen that we try to free an already freed pointer. Tomas Reported-by: Maurizio Lombardi <mlomb...@redhat.com> Signed-off-by: Tomas Henzl <the...@redhat.com> --- dr

Re: [PATCH] mpt3sas: a correction in unmap_resources

2016-01-04 Thread Martin K. Petersen
> "Tomas" == Tomas Henzl writes: Tomas> It might happen that we try to free an already freed pointer. Tomas> Tomas Applied to 4.5/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in

[PATCH] mpt3sas: a correction in unmap_resources

2015-12-23 Thread Tomas Henzl
It might happen that we try to free an already freed pointer. Tomas Reported-by: Maurizio Lombardi Signed-off-by: Tomas Henzl --- drivers/scsi/mpt3sas/mpt3sas_base.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git