Page MenuHomeFreeBSD

usb: Add missing mtx lock and unlock in pushing dma queue
ClosedPublic

Authored by aokblast on May 28 2026, 9:08 AM.
Tags
Referenced Files
F167421240: D57293.diff
Fri, Aug 21, 3:46 PM
Unknown Object (File)
Thu, Aug 20, 7:40 PM
Unknown Object (File)
Mon, Aug 17, 2:25 AM
Unknown Object (File)
Sun, Aug 16, 6:48 PM
Unknown Object (File)
Fri, Aug 14, 9:50 AM
Unknown Object (File)
Thu, Aug 13, 12:47 AM
Unknown Object (File)
Wed, Aug 12, 11:52 PM
Unknown Object (File)
Mon, Aug 10, 12:12 PM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

nice catch! Why's this not panicing though? I thought I saw a lock assertion in usb_command_wrapper() ?

This revision is now accepted and ready to land.May 28 2026, 2:29 PM

nice catch! Why's this not panicing though? I thought I saw a lock assertion in usb_command_wrapper() ?

We don't have that now. This is found when I am trying to do so (do lock assertion in usb_command_wrapper).