Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
drivers/scsi/scsi_debug.c
··· 6881 6881 6882 6882 sdebug_erase_all_stores(false); 6883 6883 xa_destroy(per_store_ap); 6884 + kfree(sdebug_q_arr); 6884 6885 } 6885 6886 6886 6887 device_initcall(scsi_debug_init);