Page MenuHomeFreeBSD

mlx5 / mlxfw: make depend on compat_linuxkpi
ClosedPublic

Authored by bz on Apr 9 2025, 2:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 30, 5:31 AM
Unknown Object (File)
Thu, Mar 26, 6:14 AM
Unknown Object (File)
Wed, Mar 25, 6:58 AM
Unknown Object (File)
Wed, Mar 25, 6:58 AM
Unknown Object (File)
Mar 3 2026, 10:56 AM
Unknown Object (File)
Feb 7 2026, 11:01 PM
Unknown Object (File)
Feb 7 2026, 9:10 PM
Unknown Object (File)
Jan 31 2026, 2:21 PM
Subscribers

Details

Summary

mlx5 and mlxfw both depend on LinuxKPI also being compiled into the
kernel. With nooptions COMPAT_LINUXKPI (LinuxKPI only compiled as
module) mlx5 and mlxfw fail to link due to undefined symbols.

Add the missing compat_linuxkpi to the files file.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

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

Event Timeline

bz requested review of this revision.Apr 9 2025, 2:40 PM

I do not know who's really maintaining the driver these days. Please add people as needed.

This revision is now accepted and ready to land.Apr 9 2025, 10:03 PM
This revision was automatically updated to reflect the committed changes.