Hello:
This series was applied to bpf/bpf.git (master) by Andrii Nakryiko andrii@kernel.org:
On Fri, 11 Oct 2024 00:08:02 +0000 you wrote:
Previously when retrieving `bpf_link_info.uprobe_multi` with `path` and `path_size` fields unset, the `path_size` field is not populated (remains 0). This behavior was inconsistent with how other input/output string buffer fields work, as the field should be populated in cases when:
- both buffer and length are set (currently works as expected)
- both buffer and length are unset (not working as expected)
[...]
Here is the summary with links: - [bpf,v2,1/2] bpf: fix unpopulated path_size when uprobe_multi fields unset https://git.kernel.org/bpf/bpf/c/ad6b5b6ea9b7 - [bpf,v2,2/2] selftests/bpf: assert link info uprobe_multi count & path_size if unset https://git.kernel.org/bpf/bpf/c/b836cbdf3b81
You are awesome, thank you!