Skip to content

Commit

Permalink
libibverbs: Remove nonexistent symbols from the linker map
Browse files Browse the repository at this point in the history
[ Upstream commit 2a8bdc7 ]

The function ibv_query_device_ex is static inline, it is not exported
from the dso. With lld 16, which is much more picky about versioning and
undefined symbols, this becomes an error.

Fixes: 1819eb8 ("verbs: Use cmake substitution on libibverbs.map")
Signed-off-by: Konstantin Belousov <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Signed-off-by: Nicolas Morey <[email protected]>
  • Loading branch information
rleon authored and nmorey committed Aug 4, 2023
1 parent 5fc45a1 commit 295c33a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libibverbs/libibverbs.map.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ IBVERBS_1.0 {
ibv_get_async_event;
ibv_ack_async_event;
ibv_query_device;
ibv_query_device_ex;
ibv_query_port;
ibv_query_gid;
ibv_query_pkey;
Expand Down

0 comments on commit 295c33a

Please sign in to comment.