Message ID | 20230918024813.237475-1-hengqi.chen@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | libbpf: Support symbol versioning for uprobe | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@kernel.org>: On Mon, 18 Sep 2023 02:48:10 +0000 you wrote: > Dynamic symbols in shared library may have the same name, for example: > > $ nm -D /lib/x86_64-linux-gnu/libc.so.6 | grep rwlock_wrlock > 000000000009b1a0 T __pthread_rwlock_wrlock@GLIBC_2.2.5 > 000000000009b1a0 T pthread_rwlock_wrlock@@GLIBC_2.34 > 000000000009b1a0 T pthread_rwlock_wrlock@GLIBC_2.2.5 > > [...] Here is the summary with links: - [bpf-next,v4,1/3] libbpf: Resolve symbol conflicts at the same offset for uprobe https://git.kernel.org/bpf/bpf-next/c/7257cee65269 - [bpf-next,v4,2/3] libbpf: Support symbol versioning for uprobe https://git.kernel.org/bpf/bpf-next/c/bb7fa09399b9 - [bpf-next,v4,3/3] selftests/bpf: Add tests for symbol versioning for uprobe https://git.kernel.org/bpf/bpf-next/c/7089f85a9eb9 You are awesome, thank you!