Page MenuHomeFreeBSD

LinuxKPI: timer KPI *_timer -> timer_* (restore symbols)
ClosedPublic

Authored by bz on Jan 31 2026, 10:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 2:34 PM
Unknown Object (File)
Sun, May 17, 12:12 PM
Unknown Object (File)
Sun, May 17, 12:08 AM
Unknown Object (File)
Thu, May 14, 2:57 PM
Unknown Object (File)
Sun, May 10, 3:09 PM
Unknown Object (File)
Sun, May 10, 3:05 PM
Unknown Object (File)
Sun, May 10, 4:38 AM
Unknown Object (File)
Sun, May 10, 4:29 AM
Subscribers

Details

Summary

In c84bfaa2531870a023fa9b267a765b9518ed3350 the symbols for the old
timer KPI were removed and replaced by inline functions as backup.

This breaks kernel modules (such as drm-kmod, though for that there
should be a rebuild in the package repo given a __FreeBSD_version
bump) as symbols are missing now. Restore the symbols for the stable
branch.

This is a direct commit for the fix.

Reported by: nyan
Sponsored by: The FreeBSD Foundation
Fixes: c84bfaa25318

Diff Detail

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