From 5fc0677111c66a98d76736a1850b8aca1a16a049 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Wed, 6 Sep 2023 17:42:14 -0700 Subject: [PATCH] ci: update list of tests/subtests for 5.5 kernel Some tests can't succeed on 5.5, which is very old. Signed-off-by: Andrii Nakryiko --- ci/vmtest/configs/ALLOWLIST-5.5.0 | 1 - ci/vmtest/configs/DENYLIST-5.5.0 | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/vmtest/configs/ALLOWLIST-5.5.0 b/ci/vmtest/configs/ALLOWLIST-5.5.0 index 998f036..abeef3c 100644 --- a/ci/vmtest/configs/ALLOWLIST-5.5.0 +++ b/ci/vmtest/configs/ALLOWLIST-5.5.0 @@ -32,7 +32,6 @@ raw_tp_writable_test_run rdonly_maps section_names signal_pending -skeleton sockmap_ktls sockopt spinlock diff --git a/ci/vmtest/configs/DENYLIST-5.5.0 b/ci/vmtest/configs/DENYLIST-5.5.0 index f7161d0..f8468f6 100644 --- a/ci/vmtest/configs/DENYLIST-5.5.0 +++ b/ci/vmtest/configs/DENYLIST-5.5.0 @@ -3,3 +3,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 +sockopt/setsockopt: ignore >PAGE_SIZE optlen +sockopt/getsockopt: ignore >PAGE_SIZE optlen