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, Mar 3, 4:13 AM
Unknown Object (File)
Wed, Feb 25, 7:41 PM
Unknown Object (File)
Mon, Feb 23, 4:22 PM
Unknown Object (File)
Feb 22 2026, 2:19 AM
Unknown Object (File)
Feb 21 2026, 11:33 AM
Unknown Object (File)
Feb 20 2026, 3:24 PM
Unknown Object (File)
Feb 19 2026, 7:36 AM
Unknown Object (File)
Feb 18 2026, 3:35 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