Hi maintainers, This patch series includes two patches that address a double free bug in the driver scsi/qla2xxx, and optimize error handling code in the qla24xx_els_dcmd_iocb(). Patch 1/2: Fix double free of fcport in qla24xx_els_dcmd_iocb() Patch 2/2: Use common error handling code in qla24xx_els_dcmd_iocb() The changelog for the patch series is as follows. V3 -> V4: Improve patch summary and description V2 -> V3: Improve patch summary and provide a patch serises with two separate update steps V1 -> V2: Optimisation of exception handling Please review and let me know if you have any questions or concerns. Best regards, Yongzhi Liu drivers/scsi/qla2xxx/qla_iocb.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) -- 2.36.1