Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Thu, 4 Sep 2025 03:05:23 +0000 you wrote:
Remove unused 'elf' and 'path' parameters from parse_usdt_note function signature. These parameters are not referenced within the function body and only add unnecessary complexity.
The function only requires the note header, data buffer, offsets, and output structure to perform USDT note parsing.
[...]
Here is the summary with links: - [v1] libbpf: remove unused args in parse_usdt_note https://git.kernel.org/bpf/bpf-next/c/b338cf849ec8
You are awesome, thank you!