You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update timer deletion to use the new timer_delete_sync() interface
introduced in Linux commit 9b13df3f ("timers: Rename del_timer_sync() to
timer_delete_sync()"), which replaces the older del_timer_sync() for
naming consistency.
The legacy del_timer_sync() interface remains as an inline wrapper but
is discouraged for new code. Compatibility is maintained using a version
check against KERNEL_VERSION(6, 1, 84).
0 commit comments