Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Thu, 21 Apr 2022 11:43:20 +0200 you wrote:
Switching to libbpf 1.0 API broke test_lpm_map and test_lru_map as error reporting changed. Instead of setting errno and returning -1 bpf calls now return -Exxx directly. Drop errno checks and look at return code directly.
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 map tests errno checks https://git.kernel.org/bpf/bpf-next/c/c14766a8a8f3
You are awesome, thank you!