Hello:
This series was applied to bpf/bpf.git (master) by Alexei Starovoitov ast@kernel.org:
On Tue, 8 Oct 2024 16:43:11 +0000 you wrote:
Previously when retrieving `bpf_link_info.perf_event` for kprobe/uprobe/tracepoint, the `name_len` field was not populated by the kernel, leaving it to reflect the value initially set by the user. This behavior was inconsistent with how other input/output string buffer fields function (e.g. `raw_tracepoint.tp_name_len`).
This patch fills `name_len` with the actual size of the string name.
[...]
Here is the summary with links: - [bpf,v7,1/2] bpf: fix unpopulated name_len field in perf_event link info https://git.kernel.org/bpf/bpf/c/4deecdd29cf2 - [bpf,v7,2/2] selftests/bpf: fix perf_event link info name_len assertion https://git.kernel.org/bpf/bpf/c/4538a38f654a
You are awesome, thank you!