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)
Tue, Aug 4, 1:57 PM
Unknown Object (File)
Mon, Aug 3, 3:08 AM
Unknown Object (File)
Mon, Aug 3, 2:50 AM
Unknown Object (File)
Sun, Aug 2, 1:49 AM
Unknown Object (File)
Sat, Aug 1, 8:56 AM
Unknown Object (File)
Sat, Jul 25, 6:47 PM
Unknown Object (File)
Fri, Jul 24, 11:49 PM
Unknown Object (File)
Sat, Jul 18, 7:14 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