This change breaks the API of list_sort() and thus the compilation of existing drivers. Does anyone have a suggestion on how to handle this change beside a bump of FreeBSD_version?
This is part of the update of the DRM drivers to Linux 5.13.
Differential D38082
linuxkpi: `list_sort()`'s callback now takes list arguments dumbbell on Jan 16 2023, 7:45 PM. Authored by Tags None Referenced Files
Details This change breaks the API of list_sort() and thus the compilation of existing drivers. Does anyone have a suggestion on how to handle this change beside a bump of FreeBSD_version? This is part of the update of the DRM drivers to Linux 5.13.
Diff Detail
Event TimelineComment Actions Did the API changed in Linux at some point ? Comment Actions Indeed, the callback interface changed in Linux 5.13: I will add a LINUXKPI_VERSION-based variant.
Comment Actions Leave linux_compat.c unmodify (to use the old header). The KBI doesn't change anyway. |