github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/config/linux/bits/riscv64.yml (about)

     1  # Copyright 2020 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  shell:
     5   - make defconfig
     6   - make kvm_guest.config
     7  
     8  config:
     9   - CMDLINE_EXTEND
    10  
    11   # Presumably this gives more interesting coverage.
    12   - BINFMT_FLAT
    13   # This perf implementation was removed by https://lkml.org/lkml/2022/4/1/1109 (v5.18)
    14   - RISCV_BASE_PMU: [-baseline, -v5.18]