From c4ffdf1e7280797de8604d76001956b5b26cba17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Thu, 25 May 2023 09:29:39 -0700 Subject: [PATCH] ci: Adjust allow/deny lists for most recent sync MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adjust the allow & deny lists for use after the most recent sync with upstream. Signed-off-by: Daniel Müller --- ci/vmtest/configs/ALLOWLIST-5.5.0 | 2 -- ci/vmtest/configs/DENYLIST-5.5.0 | 2 ++ ci/vmtest/configs/DENYLIST-latest.s390x | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/vmtest/configs/ALLOWLIST-5.5.0 b/ci/vmtest/configs/ALLOWLIST-5.5.0 index d673590..998f036 100644 --- a/ci/vmtest/configs/ALLOWLIST-5.5.0 +++ b/ci/vmtest/configs/ALLOWLIST-5.5.0 @@ -35,8 +35,6 @@ signal_pending skeleton sockmap_ktls sockopt -sockopt_inherit -sockopt_multi spinlock stacktrace_map stacktrace_map_raw_tp diff --git a/ci/vmtest/configs/DENYLIST-5.5.0 b/ci/vmtest/configs/DENYLIST-5.5.0 index d732bed..2688771 100644 --- a/ci/vmtest/configs/DENYLIST-5.5.0 +++ b/ci/vmtest/configs/DENYLIST-5.5.0 @@ -78,6 +78,8 @@ sock_fields # v5.10+ socket_cookie # v5.12+ sockmap_basic # uses new socket fields, 5.8+ sockmap_listen # no listen socket supportin SOCKMAP +sockopt/getsockopt: ignore >PAGE_SIZE optlen +sockopt/setsockopt: ignore >PAGE_SIZE optlen sockopt_sk sockopt_qos_to_cc # v5.15+ stacktrace_build_id # v5.9+ diff --git a/ci/vmtest/configs/DENYLIST-latest.s390x b/ci/vmtest/configs/DENYLIST-latest.s390x index 3684f49..e97d7ba 100644 --- a/ci/vmtest/configs/DENYLIST-latest.s390x +++ b/ci/vmtest/configs/DENYLIST-latest.s390x @@ -1,3 +1,4 @@ # TEMPORARY +sockmap_listen/sockhash VSOCK test_vsock_redir usdt/basic # failing verifier due to bounds check after LLVM update usdt/multispec # same as above