From: patchwork-bot+netdevbpf@kernel.org
To: Masami Hiramatsu <mhiramat@kernel.org>
Cc: jolsa@kernel.org, ast@kernel.org, andrii.nakryiko@gmail.com,
daniel@iogearbox.net, andrii@kernel.org, netdev@vger.kernel.org,
bpf@vger.kernel.org, linux-kernel@vger.kernel.org, kafai@fb.com,
songliubraving@fb.com, yhs@fb.com, john.fastabend@gmail.com,
kpsingh@chromium.org, rostedt@goodmis.org,
naveen.n.rao@linux.ibm.com, anil.s.keshavamurthy@intel.com,
davem@davemloft.net
Subject: Re: [PATCH v12 bpf-next 00/12] fprobe: Introduce fprobe function entry/exit probe
Date: Fri, 18 Mar 2022 03:50:16 +0000 [thread overview]
Message-ID: <164757541675.26179.17727138330733641017.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <164735281449.1084943.12438881786173547153.stgit@devnote2>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Tue, 15 Mar 2022 23:00:14 +0900 you wrote:
> Hi,
>
> Here is the 12th version of fprobe. This version fixes a possible gcc-11 issue which
> was reported as kretprobes on arm issue, and also I updated the fprobe document.
>
> The previous version (v11) is here[1];
>
> [...]
Here is the summary with links:
- [v12,bpf-next,01/12] ftrace: Add ftrace_set_filter_ips function
https://git.kernel.org/bpf/bpf-next/c/4f554e955614
- [v12,bpf-next,02/12] fprobe: Add ftrace based probe APIs
https://git.kernel.org/bpf/bpf-next/c/cad9931f64dc
- [v12,bpf-next,03/12] rethook: Add a generic return hook
https://git.kernel.org/bpf/bpf-next/c/54ecbe6f1ed5
- [v12,bpf-next,04/12] rethook: x86: Add rethook x86 implementation
https://git.kernel.org/bpf/bpf-next/c/75caf33eda24
- [v12,bpf-next,05/12] arm64: rethook: Add arm64 rethook implementation
https://git.kernel.org/bpf/bpf-next/c/83acdce68949
- [v12,bpf-next,06/12] powerpc: Add rethook support
https://git.kernel.org/bpf/bpf-next/c/02752bd99dc2
- [v12,bpf-next,07/12] ARM: rethook: Add rethook arm implementation
https://git.kernel.org/bpf/bpf-next/c/515a49173b80
- [v12,bpf-next,08/12] fprobe: Add exit_handler support
https://git.kernel.org/bpf/bpf-next/c/5b0ab78998e3
- [v12,bpf-next,09/12] fprobe: Add sample program for fprobe
https://git.kernel.org/bpf/bpf-next/c/6ee64cc3020b
- [v12,bpf-next,10/12] fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobe
https://git.kernel.org/bpf/bpf-next/c/ab51e15d535e
- [v12,bpf-next,11/12] docs: fprobe: Add fprobe description to ftrace-use.rst
https://git.kernel.org/bpf/bpf-next/c/aba09b44a985
- [v12,bpf-next,12/12] fprobe: Add a selftest for fprobe
https://git.kernel.org/bpf/bpf-next/c/f4616fabab39
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:[~2022-03-18 3:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-15 14:00 [PATCH v12 bpf-next 00/12] fprobe: Introduce fprobe function entry/exit probe Masami Hiramatsu
2022-03-15 14:00 ` [PATCH v12 bpf-next 01/12] ftrace: Add ftrace_set_filter_ips function Masami Hiramatsu
2022-03-15 14:00 ` [PATCH v12 bpf-next 02/12] fprobe: Add ftrace based probe APIs Masami Hiramatsu
2023-06-08 22:51 ` Steven Rostedt
2022-03-15 14:00 ` [PATCH v12 bpf-next 03/12] rethook: Add a generic return hook Masami Hiramatsu
2022-03-15 14:01 ` [PATCH v12 bpf-next 04/12] rethook: x86: Add rethook x86 implementation Masami Hiramatsu
2022-03-15 14:01 ` [PATCH v12 bpf-next 05/12] arm64: rethook: Add arm64 rethook implementation Masami Hiramatsu
2022-03-15 14:01 ` [PATCH v12 bpf-next 06/12] powerpc: Add rethook support Masami Hiramatsu
2022-03-15 14:01 ` [PATCH v12 bpf-next 07/12] ARM: rethook: Add rethook arm implementation Masami Hiramatsu
2022-03-15 14:01 ` [PATCH v12 bpf-next 08/12] fprobe: Add exit_handler support Masami Hiramatsu
2022-03-15 14:02 ` [PATCH v12 bpf-next 09/12] fprobe: Add sample program for fprobe Masami Hiramatsu
2022-03-15 14:02 ` [PATCH v12 bpf-next 10/12] fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag " Masami Hiramatsu
2022-03-15 14:02 ` [PATCH v12 bpf-next 11/12] docs: fprobe: Add fprobe description to ftrace-use.rst Masami Hiramatsu
2022-03-15 14:02 ` [PATCH v12 bpf-next 12/12] fprobe: Add a selftest for fprobe Masami Hiramatsu
2022-03-15 14:42 ` [PATCH v12 bpf-next 00/12] fprobe: Introduce fprobe function entry/exit probe Masami Hiramatsu
2022-03-18 3: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=164757541675.26179.17727138330733641017.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrii.nakryiko@gmail.com \
--cc=andrii@kernel.org \
--cc=anil.s.keshavamurthy@intel.com \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=kafai@fb.com \
--cc=kpsingh@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mhiramat@kernel.org \
--cc=naveen.n.rao@linux.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=rostedt@goodmis.org \
--cc=songliubraving@fb.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).