Module Name: src Committed By: riastradh Date: Thu Mar 3 05:47:06 UTC 2022
Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet: Take IFNET_LOCK around access to if_flags in usbnet_detach. This is not stable without IFNET_LOCK. Extraneous calls to usbnet_stop arising from this race might be harmless, but let's render it unnecessary to even think about that. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/usb/usbnet.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.