Re: [PATCH bpf v7 1/2] bpf: fix unpopulated name_len field in perf_event link info

2024-10-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (master) by Alexei Starovoitov : On Tue, 8 Oct 2024 16:43:11 + 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 va

[PATCH bpf v7 1/2] bpf: fix unpopulated name_len field in perf_event link info

2024-10-08 Thread Tyrone Wu
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_tr