aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/s390.yml
blob: 90113de5c2755258d3726615aca0db7b54b776e8 (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 is not supported on s390, which is bad as we rely on the builtin CMDLINE for lots of things...
 - CMDLINE: [n, override]
 # See the comment in x86_64.yml re these numbers.
 - RCU_CPU_STALL_TIMEOUT: 300
 # Removed by "s390: Remove compat support".
 - COMPAT: [-v6.19]