Page MenuHomeFreeBSD

ofed: don't expose symbols twice
ClosedPublic

Authored by brooks on May 3 2024, 10:34 PM.
Tags
None
Referenced Files
F109966338: D45090.diff
Tue, Feb 11, 8:35 PM
Unknown Object (File)
Thu, Jan 23, 1:13 PM
Unknown Object (File)
Nov 27 2024, 4:57 AM
Unknown Object (File)
Nov 27 2024, 4:57 AM
Unknown Object (File)
Nov 27 2024, 4:57 AM
Unknown Object (File)
Nov 27 2024, 4:45 AM
Unknown Object (File)
Sep 20 2024, 10:31 AM
Unknown Object (File)
Sep 19 2024, 1:31 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