mirror of https://gitee.com/openkylin/linux.git
SCSI fixes on 20210213
One fix for scsi_debug that fixes a memory leak on module removal. Signed-off-by: James E.J. Bottomley <jejb@linux.ibm.com> -----BEGIN PGP SIGNATURE----- iJwEABMIAEQWIQTnYEDbdso9F2cI+arnQslM7pishQUCYCg/NiYcamFtZXMuYm90 dG9tbGV5QGhhbnNlbnBhcnRuZXJzaGlwLmNvbQAKCRDnQslM7pishaFcAP0UQ9j6 1t9uUiQmYO7elxHuDvf3qLX2i5ZIupa6CXaPsQD/e04hIV4G3OStBJtYz3dY0UjH RG7aDuJGIYXBiK0pVrk= =5rfC -----END PGP SIGNATURE----- Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi Pull SCSI fix from James Bottomley: "One fix for scsi_debug that fixes a memory leak on module removal" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: scsi: scsi_debug: Fix a memory leak
This commit is contained in:
commit
0001ec9b14
|
@ -6881,6 +6881,7 @@ static void __exit scsi_debug_exit(void)
|
|||
|
||||
sdebug_erase_all_stores(false);
|
||||
xa_destroy(per_store_ap);
|
||||
kfree(sdebug_q_arr);
|
||||
}
|
||||
|
||||
device_initcall(scsi_debug_init);
|
||||
|
|
Loading…
Reference in New Issue