blob: 3352e050336fb18a8a9e8dc48ca950a7255102ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 2020 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
shell:
- make defconfig
- make kvm_guest.config
config:
- CMDLINE_EXTEND
# Presumably this gives more interesting coverage.
- BINFMT_FLAT
# This perf implementation was removed by https://lkml.org/lkml/2022/4/1/1109 (v5.18)
- RISCV_BASE_PMU: [-baseline, -v5.18]
|