Page MenuHomeFreeBSD

Initialize CLOCK_UPTIME for itmer events
ClosedPublic

Authored by imp on Jan 16 2026, 7:08 PM.
Tags
None
Referenced Files
F159651203: D54746.diff
Tue, Jun 16, 3:49 PM
Unknown Object (File)
Sun, May 31, 2:58 PM
Unknown Object (File)
Sat, May 30, 6:51 PM
Unknown Object (File)
May 17 2026, 2:57 PM
Unknown Object (File)
May 17 2026, 2:57 PM
Unknown Object (File)
May 17 2026, 1:01 PM
Unknown Object (File)
May 16 2026, 6:46 PM
Unknown Object (File)
May 13 2026, 9:33 PM
Subscribers

Details

Summary

Since we move to implement Linux's CLOCK_MONOTONIC with CLOCK_UPTIME, we
broke the some timer support for Linux. Fix this by initializing
CLOCK_UPTIME as a posix clock so we can use in that context.

PR: 292496
MFC After: 5 days
Fixes: 108de784513d
Sponsored by: Netflix

Diff Detail

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

Event Timeline

imp requested review of this revision.Jan 16 2026, 7:08 PM

You might consider EXTERROR-ise kern_ktimer_create(), there are too many EINVALs there. Specific diagnostic would be useful.

This revision is now accepted and ready to land.Jan 16 2026, 7:21 PM
This revision was automatically updated to reflect the committed changes.