mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 00:39:07 +08:00
The following 'sockopt' selftests fail on libbpf CI for kernel 5.5: - sockopt/getsockopt: read ctx->optlen:FAIL - sockopt/getsockopt: support smaller ctx->optlen:FAIL - sockopt/setsockopt: read ctx->level:FAIL - sockopt/setsockopt: read ctx->optname:FAIL - sockopt/setsockopt: read ctx->optlen:FAIL - sockopt/setsockopt: ctx->optlen == -1 is ok:FAIL Examples of failing CI runs: - https://github.com/libbpf/libbpf/actions/runs/6961182067 - https://github.com/libbpf/libbpf/actions/runs/6961088131 The failures are strange as all tests were added quite a while ago (Jun 27 2019) by commit: 9ec8a4c9489d ("selftests/bpf: add sockopt test") But seem to be unrelated to libbpf. Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>