From 9f0e42b51273fcbafe4da85a520def4dbe02fa01 Mon Sep 17 00:00:00 2001 From: Ilya Leoshkevich Date: Wed, 7 Apr 2021 03:42:16 +0200 Subject: [PATCH] vmtest: blacklist stacktrace_build_id selftest It requires v5.9+ kernel when the test code is built with a newer toolchain. The support was added by commit b33164f2bd1c ("bpf: Iterate through all PT_NOTE sections when looking for build id"). Signed-off-by: Ilya Leoshkevich --- travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 index 34a2799..21e2e2b 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 @@ -66,6 +66,7 @@ socket_cookie # v5.12+ sockmap_basic # uses new socket fields, 5.8+ sockmap_listen # no listen socket supportin SOCKMAP sockopt_sk +stacktrace_build_id # v5.9+ stack_var_off # v5.12+ task_local_storage # v5.12+ tcp_hdr_options # v5.10+, new TCP header options feature in BPF