Page MenuHomeFreeBSD

LinuxKPI: timer KPI *_timer -> timer_*
ClosedPublic

Authored by bz on Aug 21 2025, 8:59 AM.
Tags
None
Referenced Files
F147448649: D52074.id.diff
Wed, Mar 11, 2:53 AM
F147415467: D52074.diff
Tue, Mar 10, 7:27 PM
Unknown Object (File)
Tue, Mar 10, 7:09 AM
Unknown Object (File)
Mon, Feb 9, 1:14 PM
Unknown Object (File)
Dec 26 2025, 7:59 PM
Unknown Object (File)
Nov 29 2025, 3:01 AM
Unknown Object (File)
Nov 28 2025, 9:44 PM
Unknown Object (File)
Nov 28 2025, 9:02 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