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)
Wed, Sep 24, 2:10 AM
Unknown Object (File)
Sep 16 2025, 4:42 AM
Unknown Object (File)
Sep 11 2025, 1:28 PM
Unknown Object (File)
Sep 5 2025, 2:09 PM
Unknown Object (File)
Sep 3 2025, 2:42 AM
Unknown Object (File)
Aug 26 2025, 2:22 PM
Unknown Object (File)
Aug 14 2025, 5:04 PM
Unknown Object (File)
Aug 11 2025, 7:28 AM
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.