Message ID | 20230709025630.3735-1-laoar.shao@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Support ->fill_link_info for kprobe_multi and perf_event links | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Sun, 9 Jul 2023 02:56:20 +0000 you wrote: > This patchset enhances the usability of kprobe_multi program by introducing > support for ->fill_link_info. This allows users to easily determine the > probed functions associated with a kprobe_multi program. While > `bpftool perf show` already provides information about functions probed by > perf_event programs, supporting ->fill_link_info ensures consistent access > to this information across all bpf links. > > [...] Here is the summary with links: - [v7,bpf-next,01/10] bpf: Support ->fill_link_info for kprobe_multi https://git.kernel.org/bpf/bpf-next/c/7ac8d0d26192 - [v7,bpf-next,02/10] bpftool: Dump the kernel symbol's module name https://git.kernel.org/bpf/bpf-next/c/dc6519445b33 - [v7,bpf-next,03/10] bpftool: Show kprobe_multi link info https://git.kernel.org/bpf/bpf-next/c/edd7f49bb884 - [v7,bpf-next,04/10] bpf: Protect probed address based on kptr_restrict setting https://git.kernel.org/bpf/bpf-next/c/f1a414537ecc - [v7,bpf-next,05/10] bpf: Clear the probe_addr for uprobe https://git.kernel.org/bpf/bpf-next/c/5125e757e62f - [v7,bpf-next,06/10] bpf: Expose symbol's respective address https://git.kernel.org/bpf/bpf-next/c/cd3910d00505 - [v7,bpf-next,07/10] bpf: Add a common helper bpf_copy_to_user() https://git.kernel.org/bpf/bpf-next/c/57d485376552 - [v7,bpf-next,08/10] bpf: Support ->fill_link_info for perf_event https://git.kernel.org/bpf/bpf-next/c/1b715e1b0ec5 - [v7,bpf-next,09/10] bpftool: Add perf event names https://git.kernel.org/bpf/bpf-next/c/62b57e3ddd64 - [v7,bpf-next,10/10] bpftool: Show perf link info https://git.kernel.org/bpf/bpf-next/c/88d6160737fa You are awesome, thank you!