public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Andrii Nakryiko <andrii@kernel.org>
Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net,
	kernel-team@fb.com, delyank@fb.com, jolsa@kernel.org
Subject: Re: [PATCH v2 bpf-next 0/3] Add target-less tracing SEC() definitions
Date: Thu, 28 Apr 2022 21:50:12 +0000	[thread overview]
Message-ID: <165118261252.31667.4038457683595407797.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220428185349.3799599-1-andrii@kernel.org>

Hello:

This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Thu, 28 Apr 2022 11:53:46 -0700 you wrote:
> Allow specifying "target-less" SEC() definitions for tracing BPF programs,
> both non-BTF-backed (kprobes, tracepoints, raw tracepoints) and BTF-backed
> (fentry/fexit, iter, lsm, etc).
> 
> There are various situations where attach target cannot be known at
> compilation time, so libbpf's insistence on specifying something leads to
> users having to add random test like SEC("kprobe/whatever") and then
> specifying correct target at runtime using APIs like
> bpf_program__attach_kprobe().
> 
> [...]

Here is the summary with links:
  - [v2,bpf-next,1/3] libbpf: allow "incomplete" basic tracing SEC() definitions
    https://git.kernel.org/bpf/bpf-next/c/9af8efc45eb1
  - [v2,bpf-next,2/3] libbpf: support target-less SEC() definitions for BTF-backed programs
    https://git.kernel.org/bpf/bpf-next/c/cc7d8f2c8ecc
  - [v2,bpf-next,3/3] selftests/bpf: use target-less SEC() definitions in various tests
    https://git.kernel.org/bpf/bpf-next/c/32c03c4954a0

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2022-04-28 21:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-28 18:53 [PATCH v2 bpf-next 0/3] Add target-less tracing SEC() definitions Andrii Nakryiko
2022-04-28 18:53 ` [PATCH v2 bpf-next 1/3] libbpf: allow "incomplete" basic " Andrii Nakryiko
2022-04-28 18:53 ` [PATCH v2 bpf-next 2/3] libbpf: support target-less SEC() definitions for BTF-backed programs Andrii Nakryiko
2022-04-28 18:53 ` [PATCH v2 bpf-next 3/3] selftests/bpf: use target-less SEC() definitions in various tests Andrii Nakryiko
2022-04-28 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=165118261252.31667.4038457683595407797.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=delyank@fb.com \
    --cc=jolsa@kernel.org \
    --cc=kernel-team@fb.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox