Page MenuHomeFreeBSD

LinuxKPI: correct the LINUXKPI_VERSION check for abs_diff()
ClosedPublic

Authored by bz on Aug 21 2025, 8:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 12:29 AM
Unknown Object (File)
Tue, Oct 7, 3:36 PM
Unknown Object (File)
Sat, Oct 4, 6:51 PM
Unknown Object (File)
Thu, Oct 2, 4:47 AM
Unknown Object (File)
Wed, Oct 1, 11:39 PM
Unknown Object (File)
Tue, Sep 30, 9:48 PM
Unknown Object (File)
Thu, Sep 25, 7:58 PM
Unknown Object (File)
Wed, Sep 24, 3:26 AM
Subscribers

Details

Summary

The code introduced abs_diff() as migrated from drm to standard
linux headers. The LINUXKPI_VERSION check did not allow this to
be visible by default in-tree. Make sure the v6.6 check is optional.
drm-kmod always defines LINUXKPI_VERSION so this should be fine.

Sponsored by: The FreeBSD Foundation
Fixes: afc450fac9f04
MFC after: 3 days

Diff Detail

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