From 3f7b5b32b8e9dd44a76fcd1f15a19c1344051571 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Tue, 25 Aug 2020 00:18:23 -0700 Subject: [PATCH] vmtests: blacklist tcp_hdr_options selftest for 5.5 Blacklist selftests for a new feature, not supported by 5.5 kernel. Signed-off-by: Andrii Nakryiko --- travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 index c89385f..d73374b 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 @@ -46,7 +46,8 @@ sockmap_listen # no listen socket supportin SOCKMAP sockopt_sk sk_lookup # v5.9+ skb_ctx # ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN is missing -test_bpffs # v5.10+, neew CONFIG_BPF_PRELOAD=y and CONFIG_BPF_PRELOAD_UMG=y|m +tcp_hdr_options # v5.10+, new TCP header options feature in BPF +test_bpffs # v5.10+, new CONFIG_BPF_PRELOAD=y and CONFIG_BPF_PRELOAD_UMG=y|m test_global_funcs # kernel doesn't support BTF linkage=global on FUNCs test_lsm # no BPF_LSM support test_overhead # no fmod_ret support