Page MenuHomeFreeBSD

umtx: Add umtxq_requeue Linux emulation layer extension.
ClosedPublic

Authored by dchagin on Jul 20 2021, 2:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 7, 4:51 PM
Unknown Object (File)
Thu, Mar 6, 9:44 PM
Unknown Object (File)
Thu, Mar 6, 5:29 PM
Unknown Object (File)
Wed, Feb 26, 1:22 AM
Unknown Object (File)
Tue, Feb 18, 7:47 AM
Unknown Object (File)
Tue, Feb 18, 5:47 AM
Unknown Object (File)
Sat, Feb 15, 12:38 AM
Unknown Object (File)
Wed, Feb 12, 12:06 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40575
Build 37464: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 21 2021, 7:34 PM
sys/kern/kern_umtx.c
647

umtxq_sleep() cannot tolerate the queue hash changing like this. It will wake up with the wrong hash chain lock held.