linux-stable/drivers/scsi/hisi_sas
Yang Yingliang 7907a021e4 scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated irq
irqs allocated with devm_request_irq() should not be freed using
free_irq(). Doing so causes a dangling pointer and a subsequent double
free.

Link: https://lore.kernel.org/r/20210519130519.2661938-1-yangyingliang@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Acked-by: John Garry <john.garry@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2021-05-21 22:46:55 -04:00
..
Kconfig scsi: hisi_sas: Enable debugfs support by default 2021-01-26 23:02:11 -05:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
hisi_sas.h scsi: hisi_sas: Directly snapshot registers when executing a reset 2021-04-12 23:21:26 -04:00
hisi_sas_main.c scsi: hisi_sas: Print SATA device SAS address for soft reset failure 2021-04-12 23:21:26 -04:00
hisi_sas_v1_hw.c scsi: hisi_sas: Fix IRQ checks 2021-04-13 00:16:42 -04:00
hisi_sas_v2_hw.c scsi: hisi_sas: Remove deferred probe check in hisi_sas_v2_probe() 2021-01-26 23:02:11 -05:00
hisi_sas_v3_hw.c scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated irq 2021-05-21 22:46:55 -04:00