From: patchwork-bot+netdevbpf@kernel.org
To: Jiri Olsa <jolsa@kernel.org>
Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
bpf@vger.kernel.org, kafai@fb.com, songliubraving@fb.com,
yhs@fb.com, john.fastabend@gmail.com, kpsingh@chromium.org,
sdf@google.com, haoluo@google.com, vmalik@redhat.com,
mhiramat@kernel.org
Subject: Re: [PATCHv2 bpf-next 0/7] bpf: Introduce kprobe_multi session attach
Date: Tue, 30 Apr 2024 17:30:31 +0000 [thread overview]
Message-ID: <171449823138.11903.15103682425771878061.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240430112830.1184228-1-jolsa@kernel.org>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:
On Tue, 30 Apr 2024 13:28:23 +0200 you wrote:
> hi,
> adding support to attach kprobe program through kprobe_multi link
> in a session mode, which means:
> - program is attached to both function entry and return
> - entry program can decided if the return program gets executed
> - entry program can share u64 cookie value with return program
>
> [...]
Here is the summary with links:
- [PATCHv2,bpf-next,1/7] bpf: Add support for kprobe session attach
https://git.kernel.org/bpf/bpf-next/c/535a3692ba72
- [PATCHv2,bpf-next,2/7] bpf: Add support for kprobe session context
https://git.kernel.org/bpf/bpf-next/c/adf46d88ae4b
- [PATCHv2,bpf-next,3/7] bpf: Add support for kprobe session cookie
https://git.kernel.org/bpf/bpf-next/c/5c919acef851
- [PATCHv2,bpf-next,4/7] libbpf: Add support for kprobe session attach
https://git.kernel.org/bpf/bpf-next/c/2ca178f02b2f
- [PATCHv2,bpf-next,5/7] libbpf: Add kprobe session attach type name to attach_type_name
https://git.kernel.org/bpf/bpf-next/c/7b94965429f2
- [PATCHv2,bpf-next,6/7] selftests/bpf: Add kprobe session test
https://git.kernel.org/bpf/bpf-next/c/0983b1697aef
- [PATCHv2,bpf-next,7/7] selftests/bpf: Add kprobe session cookie test
https://git.kernel.org/bpf/bpf-next/c/a3a5113393cc
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-04-30 17:30 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-30 11:28 [PATCHv2 bpf-next 0/7] bpf: Introduce kprobe_multi session attach Jiri Olsa
2024-04-30 11:28 ` [PATCHv2 bpf-next 1/7] bpf: Add support for kprobe " Jiri Olsa
2024-04-30 11:28 ` [PATCHv2 bpf-next 2/7] bpf: Add support for kprobe session context Jiri Olsa
2024-04-30 11:28 ` [PATCHv2 bpf-next 3/7] bpf: Add support for kprobe session cookie Jiri Olsa
2024-04-30 11:28 ` [PATCHv2 bpf-next 4/7] libbpf: Add support for kprobe session attach Jiri Olsa
2024-05-01 18:30 ` Andrii Nakryiko
2024-05-01 19:32 ` Jiri Olsa
2024-04-30 11:28 ` [PATCHv2 bpf-next 5/7] libbpf: Add kprobe session attach type name to attach_type_name Jiri Olsa
2024-04-30 11:28 ` [PATCHv2 bpf-next 6/7] selftests/bpf: Add kprobe session test Jiri Olsa
2024-04-30 17:29 ` Andrii Nakryiko
2024-05-01 9:05 ` Jiri Olsa
2024-05-01 16:27 ` Andrii Nakryiko
2024-04-30 11:28 ` [PATCHv2 bpf-next 7/7] selftests/bpf: Add kprobe session cookie test Jiri Olsa
2024-04-30 17:30 ` 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=171449823138.11903.15103682425771878061.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=haoluo@google.com \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=kafai@fb.com \
--cc=kpsingh@chromium.org \
--cc=mhiramat@kernel.org \
--cc=sdf@google.com \
--cc=songliubraving@fb.com \
--cc=vmalik@redhat.com \
--cc=yhs@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 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.