https://bugzilla.kernel.org/show_bug.cgi?id=212337 Bug ID: 212337 Summary: scsi_debug: race at module load and module unload Product: SCSI Drivers Version: 2.5 Kernel Version: 5.12.0 linux-next 20210304 Hardware: All OS: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: Other Assignee: scsi_drivers-other@xxxxxxxxxxxxxxxxxxxx Reporter: mcgrof@xxxxxxxxxx Regression: No Removing the scsi_module can *very often* fail: modprobe scsi_debug; rmmod scsi_debug rmmod: ERROR: Module scsi_debug is in use The removal will fail complaining that the scsi_debug module is still in use. Both fstests and blktests rely on scsi_debug for many tests, and so likely some false positives failures from those tests may be coming up. I've looked into this issue and am going to use this bug report to track the observations, and possible solutions. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.