Commit c0b7da1
scsi: qla2xxx: Completely fix fcport double free
In qla24xx_els_dcmd_iocb() sp->free is set to qla2x00_els_dcmd_sp_free().
When an error happens, this function is called by qla2x00_sp_release(),
when kref_put() releases the first and the last reference.
qla2x00_els_dcmd_sp_free() frees fcport by calling qla2x00_free_fcport().
Doing it one more time after kref_put() is a bad idea.
Fixes: 82f522a ("scsi: qla2xxx: Fix double free of fcport")
Fixes: 4895009 ("scsi: qla2xxx: Prevent command send on chip reset")
Signed-off-by: Vladimir Riabchun <ferr.lambarginio@gmail.com>
Signed-off-by: Farhat Abbas <fabbas@cloudlinux.com>
Link: https://patch.msgid.link/aYsDln9NFQQsPDgg@vova-pc
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>1 parent b0bd84c commit c0b7da1
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2751 | 2751 | | |
2752 | 2752 | | |
2753 | 2753 | | |
2754 | | - | |
2755 | 2754 | | |
2756 | 2755 | | |
2757 | 2756 | | |
| |||
2776 | 2775 | | |
2777 | 2776 | | |
2778 | 2777 | | |
2779 | | - | |
2780 | 2778 | | |
2781 | 2779 | | |
2782 | 2780 | | |
| |||
0 commit comments