On Thu, Nov 09, 2017 at 11:16:10AM -0600, Christoph Lameter wrote: > Index: rdma-core/librdmacm/librdmacm.map > =================================================================== > +++ rdma-core/librdmacm/librdmacm.map > @@ -21,6 +21,7 @@ RDMACM_1.0 { > rdma_get_src_port; > rdma_get_dst_port; > rdma_join_multicast; > + rdma_join_multicast_ex; This is a mistake. Each symbol should appear exactly once in the map file, the correct location is below. > rdma_leave_multicast; > rdma_get_devices; > rdma_free_devices; > @@ -71,3 +72,9 @@ RDMACM_1.0 { > rdma_create_qp_ex; > local: *; > }; > + > +RDMACM_1.1 { > + global: > + rdma_join_multicast_ex; > + local: *; Same commment for local: *; that should appear only once, above. > +} RDMACM_1.0; Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html