Hello:
This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann daniel@iogearbox.net:
On Thu, 21 Apr 2022 15:01:04 +0200 you wrote:
Switching to libbpf 1.0 API broke test_sock and test_sysctl as they check for return of bpf_prog_attach to be exactly -1. Switch the check to '< 0' instead.
Fixes: b858ba8c52b6 ("selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK") Signed-off-by: Artem Savkov asavkov@redhat.com
[...]
Here is the summary with links: - [bpf-next] selftests/bpf: fix attach tests retcode checks https://git.kernel.org/bpf/bpf-next/c/920fd5e1771d
You are awesome, thank you!