It restores _umtx_lock() and _umtx_unlock() syscalls, and UMTX_OP_LOCK/UMTX_OP_UNLOCK umtx_op(2) operations.
UMUTEX_ERROR_CHECK flag is left out.
PR: 218571
Differential D31220
Revert most of ce42e793100b460f597e4c85ec0da12e274f9394 kib on Jul 19 2021, 4:30 PM. Authored by Tags None Referenced Files
Subscribers
Details It restores _umtx_lock() and _umtx_unlock() syscalls, and UMTX_OP_LOCK/UMTX_OP_UNLOCK umtx_op(2) operations. UMUTEX_ERROR_CHECK flag is left out. PR: 218571
Diff Detail
Event TimelineComment Actions Seems generally reasonable. Fortunately we have't had RESERVED syscall numbers for long so this isn't violating our guarantee too badly.
|