intel / intel/ethernet-linux-ixgbe
build failes on kernel 6.15.2 because of function rename
Open
- Dominant language
- C
- Stars
- 77
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
apparently the del_timer_sync() function was renamed to timer_delete_sync() and the backward compatbility wrapper was removed.
It builds fine after renaming the function
Contributor guide
Assessment
This issue has not been assessed yet.