All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Hengqi Chen <hengqi.chen@gmail.com>
Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net,
	andrii@kernel.org, alan.maguire@oracle.com, olsajiri@gmail.com
Subject: Re: [PATCH bpf-next v4 0/3] libbpf: Support symbol versioning for uprobe
Date: Fri, 22 Sep 2023 21:50:23 +0000	[thread overview]
Message-ID: <169541942390.21526.2065770587891852128.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230918024813.237475-1-hengqi.chen@gmail.com>

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!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2023-09-22 21:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-18  2:48 [PATCH bpf-next v4 0/3] libbpf: Support symbol versioning for uprobe Hengqi Chen
2023-09-18  2:48 ` [PATCH bpf-next v4 1/3] libbpf: Resolve symbol conflicts at the same offset " Hengqi Chen
2023-09-18  2:48 ` [PATCH bpf-next v4 2/3] libbpf: Support symbol versioning " Hengqi Chen
2023-09-22 21:48   ` Andrii Nakryiko
2023-09-25  2:23     ` Hengqi Chen
2023-09-18  2:48 ` [PATCH bpf-next v4 3/3] selftests/bpf: Add tests for " Hengqi Chen
2023-09-22 21:50 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=169541942390.21526.2065770587891852128.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alan.maguire@oracle.com \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=hengqi.chen@gmail.com \
    --cc=olsajiri@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.