github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/config/linux/bits/bpf.yml (about) 1 # Copyright 2021 syzkaller project authors. All rights reserved. 2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4 config: 5 - BPF_SYSCALL 6 # JIT is enabled on subset of instances to get coverage for both JIT and interpreter. 7 - BPF_JIT: [bpfjit] 8 - BPF_JIT_ALWAYS_ON: [bpfjit] 9 - BPF_STREAM_PARSER 10 # Cross-builds of BPF_PRELOAD fails with missing libelf and zlib. 11 # I am not sure why it needs non-host versions of these libs, 12 # and it's probably possible to install them somehow, but I did not figure out how, 13 # so for now this is disabled. 14 - BPF_PRELOAD: [v5.10, x86_64] 15 - BPF_PRELOAD_UMD: [v5.10, x86_64]