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)
Wed, Jul 8, 12:29 PM
Unknown Object (File)
Wed, Jul 1, 9:39 AM
Unknown Object (File)
Wed, Jun 17, 7:18 PM
Unknown Object (File)
Wed, Jun 17, 9:17 AM
Unknown Object (File)
May 17 2026, 2:34 PM
Unknown Object (File)
May 17 2026, 12:12 PM
Unknown Object (File)
May 17 2026, 12:08 AM
Unknown Object (File)
May 14 2026, 2:57 PM
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