diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 index b883a8a..c89385f 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 @@ -46,6 +46,7 @@ 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 test_global_funcs # kernel doesn't support BTF linkage=global on FUNCs test_lsm # no BPF_LSM support test_overhead # no fmod_ret support diff --git a/travis-ci/vmtest/configs/latest.config b/travis-ci/vmtest/configs/latest.config index 26fca0e..a264089 100644 --- a/travis-ci/vmtest/configs/latest.config +++ b/travis-ci/vmtest/configs/latest.config @@ -225,6 +225,9 @@ CONFIG_BPF_SYSCALL=y CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y CONFIG_BPF_JIT_ALWAYS_ON=y CONFIG_BPF_JIT_DEFAULT_ON=y +CONFIG_USERMODE_DRIVER=y +CONFIG_BPF_PRELOAD=y +CONFIG_BPF_PRELOAD_UMD=m # CONFIG_USERFAULTFD is not set CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y CONFIG_RSEQ=y