Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Mon, 9 Sep 2024 16:39:09 +0300 you wrote:
When "arg#%d expected pointer to ctx, but got %s" error is printed, both template parts actually point to the type of the argument, therefore, it will also say "but got PTR", regardless of what was the actual register type.
Fix the message to print the register type in the second part of the template, change the existing test to adapt to the new format, and add a new test to test the case when arg is a pointer to context, but reg is a scalar.
[...]
Here is the summary with links: - [bpf] bpf: Fix error message on kfunc arg type mismatch https://git.kernel.org/bpf/bpf-next/c/bee109b7b3e5
You are awesome, thank you!