Page MenuHomeFreeBSD

LinuxKPI: timer KPI *_timer -> timer_*
ClosedPublic

Authored by bz on Aug 21 2025, 8:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 9, 3:41 PM
Unknown Object (File)
Thu, Jul 9, 1:11 AM
Unknown Object (File)
Tue, Jul 7, 10:37 PM
Unknown Object (File)
Tue, Jun 30, 4:12 AM
Unknown Object (File)
Tue, Jun 30, 4:12 AM
Unknown Object (File)
Sun, Jun 28, 3:03 AM
Unknown Object (File)
Sun, Jun 21, 6:57 AM
Unknown Object (File)
Thu, Jun 18, 9:13 PM
Subscribers

Details

Summary

del_timer() got renamed to timer_delete() approximately in Linux 6.2
(similar for *_sync and likely others).
Keep the old functions as compat; unclear when we can gc them.
We should also re-define them with a linuxkpi_ prefix to avoid possible
conflicts in the future if we do a full pass over this at some point.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
X-MFC; preserve symbols, not inline

Diff Detail

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