Page MenuHomeFreeBSD

ofed: don't expose symbols twice
ClosedPublic

Authored by brooks on May 3 2024, 10:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 5:10 AM
Unknown Object (File)
Tue, Oct 14, 5:10 AM
Unknown Object (File)
Tue, Oct 14, 5:10 AM
Unknown Object (File)
Mon, Oct 13, 3:44 PM
Unknown Object (File)
Wed, Oct 8, 3:52 AM
Unknown Object (File)
Thu, Sep 18, 6:36 AM
Unknown Object (File)
Sep 7 2025, 12:49 PM
Unknown Object (File)
Sep 2 2025, 11:53 PM
Subscribers

Details

Summary

ibv_init_wq and ibv_cleanup_wq are made visible with the
default_symver which puts them in the IBVERBS_1.1 ABI. Don't
try to expose them as IBVERBS_PRIVATE_14 symbols as GNU ld
complains with --no-undefined-symbol.

Diff Detail

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