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
F103472245: D31235.id92490.diff
Mon, Nov 25, 11:36 AM
Unknown Object (File)
Tue, Nov 19, 7:43 PM
Unknown Object (File)
Oct 21 2024, 8:21 PM
Unknown Object (File)
Oct 5 2024, 4:07 AM
Unknown Object (File)
Oct 3 2024, 9:04 PM
Unknown Object (File)
Oct 1 2024, 7:22 PM
Unknown Object (File)
Oct 1 2024, 12:30 PM
Unknown Object (File)
Sep 30 2024, 11:09 PM
Subscribers

Diff Detail

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

Event Timeline

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

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