mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-24 18:29:06 +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>
6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
# This complements ALLOWLIST-5.5.0 but excludes subtest that can't work on 5.5
|
|
|
|
btf # "size check test", "func (Non zero vlen)"
|
|
tailcalls # tailcall_bpf2bpf_1, tailcall_bpf2bpf_2, tailcall_bpf2bpf_3
|
|
tc_bpf/tc_bpf_non_root
|