mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-06 10:49:26 +07:00
scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded
map_storep was not being vfree()'d in the module_exit call. Cc: <stable@vger.kernel.org> Signed-off-by: Ewan D. Milne <emilne@redhat.com> Reviewed-by: Laurence Oberman <loberman@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
1e793f6fc0
commit
4d2b496f19
@ -5134,6 +5134,7 @@ static void __exit scsi_debug_exit(void)
|
|||||||
bus_unregister(&pseudo_lld_bus);
|
bus_unregister(&pseudo_lld_bus);
|
||||||
root_device_unregister(pseudo_primary);
|
root_device_unregister(pseudo_primary);
|
||||||
|
|
||||||
|
vfree(map_storep);
|
||||||
vfree(dif_storep);
|
vfree(dif_storep);
|
||||||
vfree(fake_storep);
|
vfree(fake_storep);
|
||||||
kfree(sdebug_q_arr);
|
kfree(sdebug_q_arr);
|
||||||
|
Loading…
Reference in New Issue
Block a user