Hello:
This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann daniel@iogearbox.net:
On Fri, 8 Apr 2022 12:14:52 +0800 you wrote:
The bpf_get_stackid() function may also return 0 on success.
Correct checks from 'val > 0' to 'val >= 0' to ensure that they cover all possible success return values.
Signed-off-by: Yuntao Wang ytcoode@gmail.com
[...]
Here is the summary with links: - [bpf-next,v2] selftests/bpf: Fix return value checks in perf_event_stackmap.c https://git.kernel.org/bpf/bpf-next/c/658d87687cd5
You are awesome, thank you!