Module Name: src Committed By: riastradh Date: Thu Mar 3 06:09:57 UTC 2022
Modified Files: src/sys/dev/usb: usbdi.c Log Message: usb: In usbd_transfer, test whether aborting under the lock. Otherwise this test is racy and can cause the bad state of a pipe with a transfer that will never be completed in a pipe that's about to close under the expectation that the pipe is empty. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/dev/usb/usbdi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.