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, Mar 18, 8:42 AM
Unknown Object (File)
Mar 9 2025, 11:40 AM
Unknown Object (File)
Mar 9 2025, 9:14 AM
Unknown Object (File)
Mar 9 2025, 8:53 AM
Unknown Object (File)
Mar 9 2025, 6:11 AM
Unknown Object (File)
Feb 19 2025, 9:22 PM
Unknown Object (File)
Feb 13 2025, 11:29 AM
Unknown Object (File)
Feb 12 2025, 5:00 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